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