aspectRatio method

Resize aspectRatio(
  1. dynamic aspectRatio
)

Sets the aspect ratio Receives dynamic returns this object Resize

Implementation

Resize aspectRatio(dynamic aspectRatio) {
  dimensions.aspectRatio = aspectRatio;
  return this;
}