screenHeight function

double screenHeight(
  1. dynamic context
)

Implementation

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