aspectRatio property

  1. @override
double aspectRatio
override

width / height ratio.

Throws UnevaluateableAspectRatioError if the resulting aspect ratio is not a number.

Implementation

@override
double get aspectRatio => _WidthToHeightAspectRatio.of(this).doubleValue;