height static method

double height(
  1. BuildContext context
)

Implementation

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