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