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