screenPhysicalHeight property

double screenPhysicalHeight

The Physical height of the screen

Implementation

static double get screenPhysicalHeight => MediaQuery.of(context!).size.height;