ScreenHeight function

double ScreenHeight(
  1. BuildContext context
)

Implementation

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