screenPhysicalHeight property

double get screenPhysicalHeight

The Physical height of the screen

Implementation

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