logicalAspectRatio property
Returns the logical aspect ratio of the screen.
Implementation
double get logicalAspectRatio => logicalWidth / logicalHeight;
Returns the logical aspect ratio of the screen.
double get logicalAspectRatio => logicalWidth / logicalHeight;