screenWidth property
double
get
screenWidth
The logical width of the screen
Implementation
static double get screenWidth => MediaQuery.of(context!).size.width;
The logical width of the screen
static double get screenWidth => MediaQuery.of(context!).size.width;