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