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