physicalAspectRatio property
Returns the physical aspect ratio of the screen.
Implementation
double get physicalAspectRatio => physicalWidth / physicalHeight;
Returns the physical aspect ratio of the screen.
double get physicalAspectRatio => physicalWidth / physicalHeight;