height method

double height(
  1. dynamic context
)

Implementation

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