ScreenHeight function

double ScreenHeight(
  1. BuildContext context
)

Implementation

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