screenWidth property
double
get
screenWidth
Returns the width of the screen.
Implementation
double get screenWidth => screenSize.width;
Returns the width of the screen.
double get screenWidth => screenSize.width;