logicalHeight property
double
get
logicalHeight
Returns the logical height of the screen.
Implementation
double get logicalHeight => logicalScreenSize.height;
Returns the logical height of the screen.
double get logicalHeight => logicalScreenSize.height;