logicalAspectRatio property

double get logicalAspectRatio

Returns the logical aspect ratio of the screen.

Implementation

double get logicalAspectRatio => logicalWidth / logicalHeight;