offsetX method Null safety
- dynamic offsetX
Sets x offset
Receives dynamic
returns this object BasePad
Implementation
BasePad offsetX(dynamic offsetX) {
_offsetX = offsetX;
return this;
}
Sets x offset
Receives dynamic
returns this object BasePad
BasePad offsetX(dynamic offsetX) {
_offsetX = offsetX;
return this;
}