screenWidth property

double get screenWidth

Screen width in logical pixels.

Implementation

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