screenWidth property

double screenWidth

The width of the media in logical pixels. MediaQuery.of(context).size.width

Implementation

double get screenWidth => mediaQueryData.size.width;