maxHeight static method

double maxHeight(
  1. BuildContext context
)

Implementation

static double maxHeight(BuildContext context) => MediaQuery.of(context).size.height;