screenHeight static method

double screenHeight()

Get the height of the screen.

Implementation

static double screenHeight() {
  return MediaQuery.of(Get.context!).size.height;
}