width method Null safety
- dynamic width
Sets the width
Receives dynamic
returns this object Resize
Implementation
Resize width(dynamic width) {
dimensions.width = width;
return this;
}
Sets the width
Receives dynamic
returns this object Resize
Resize width(dynamic width) {
dimensions.width = width;
return this;
}