getDeviceHeight function

double getDeviceHeight(
  1. dynamic context
)

Implementation

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