getScreenHeight static method
Returns the screen height of the current device.
Implementation
static double getScreenHeight(BuildContext? context) {
return MediaQuery.of(context ?? Get.context!).size.height;
}
Returns the screen height of the current device.
static double getScreenHeight(BuildContext? context) {
return MediaQuery.of(context ?? Get.context!).size.height;
}