getScreenHeight static method
Gets the current screen height
Implementation
static double getScreenHeight(BuildContext context) {
return MediaQuery.of(context).size.height;
}
Gets the current screen height
static double getScreenHeight(BuildContext context) {
return MediaQuery.of(context).size.height;
}