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