screenHeight static method

double screenHeight(
  1. BuildContext context
)

Implementation

static double screenHeight(BuildContext context){
  return MediaQuery.of(context).size.height;
}