appHeight function

double appHeight(
  1. dynamic con
)

Implementation

double appHeight(con) {
  return MediaQuery.of(con).size.height;
}