screenAspectRatio property

double screenAspectRatio

The MediaQueryData.size.aspectRatio of the current BuildContext

Implementation

double get screenAspectRatio => mediaQuery.size.aspectRatio;