physicalAspectRatio property

double get physicalAspectRatio

Returns the physical aspect ratio of the screen.

Implementation

double get physicalAspectRatio => physicalWidth / physicalHeight;