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