getDeviceHeight function

dynamic getDeviceHeight(
  1. dynamic context
)

Implementation

getDeviceHeight(dynamic context){
  return ResponsiveBreakpoints.of(context).screenHeight;
}