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