physicalHeight property
double
get
physicalHeight
Returns the physical height of the screen.
Implementation
double get physicalHeight => physicalScreenSize.height;
Returns the physical height of the screen.
double get physicalHeight => physicalScreenSize.height;