getHeight static method

double getHeight(
  1. BuildContext context
)

Implementation

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