screenHeight static method
Returns the height of the current screen.
Implementation
static double screenHeight(BuildContext context) =>
MediaQuery.of(context).size.height;
Returns the height of the current screen.
static double screenHeight(BuildContext context) =>
MediaQuery.of(context).size.height;