screenWidth property
double
get
screenWidth
The width of the media in logical pixels. MediaQuery.of(context).size.width
Implementation
double get screenWidth => mediaQueryData.size.width;
The width of the media in logical pixels. MediaQuery.of(context).size.width
double get screenWidth => mediaQueryData.size.width;