screenHeight function

double screenHeight(
  1. BuildContext context
)

screenHeight provides the current screen height.

Implementation

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