aspectRatio property

double aspectRatio

The aspect ratio of this size.

This returns the width divided by the height.

Implementation

double get aspectRatio => MediaQuery.of(this).size.aspectRatio;