fullHeight static method

double fullHeight(
  1. BuildContext context
)

Implementation

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