Rect baseRect(double aspectRatio) { return Rect.fromCenter( center: center, width: baseWidth(aspectRatio), height: baseHeight(aspectRatio), ); }