getScreenWidth static method
Returns the screen width of the current device.
Implementation
static double getScreenWidth(BuildContext context) {
return MediaQuery.of(context).size.width;
}
Returns the screen width of the current device.
static double getScreenWidth(BuildContext context) {
return MediaQuery.of(context).size.width;
}