screenHEight function

double screenHEight(
  1. BuildContext context
)

Implementation

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