screenWidth property

double get screenWidth

Returns the screen width.

Implementation

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