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