getScreenHeight function

double getScreenHeight(
  1. dynamic context
)

Implementation

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