screenPhysicalHeight property
double
get
screenPhysicalHeight
The Physical height of the screen
Implementation
double get screenPhysicalHeight => MediaQuery.of(context!).size.height;
The Physical height of the screen
double get screenPhysicalHeight => MediaQuery.of(context!).size.height;