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