screenWidth property

double get screenWidth

Returns the total width of the screen in logical pixels.

Implementation

double get screenWidth => MediaQuery.of(this).size.width;