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