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