getDeviceWidth function
dynamic
getDeviceWidth(
- dynamic context
Implementation
getDeviceWidth(dynamic context){
return ResponsiveBreakpoints.of(context).screenWidth;
}
getDeviceWidth(dynamic context){
return ResponsiveBreakpoints.of(context).screenWidth;
}