screenWidth property

double get screenWidth

Screen width

Implementation

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