x method Null safety
- dynamic x
Sets the x value
Receives dynamic
returns this object BaseCrop
Implementation
BaseCrop x(dynamic x) {
_x = x;
return this;
}
Sets the x value
Receives dynamic
returns this object BaseCrop
BaseCrop x(dynamic x) {
_x = x;
return this;
}