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