screenWidth property

double get screenWidth

The 'logical' width of the screen

Implementation

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