screenHeight function

dynamic screenHeight(
  1. BuildContext context
)

Implementation

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