height static method

dynamic height(
  1. dynamic context
)

Implementation

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