baseRect method

Rect baseRect(
  1. double aspectRatio
)

Implementation

Rect baseRect(double aspectRatio) =>
    resize(baseWidth(aspectRatio), baseHeight(aspectRatio));