screenWidth property

double screenWidth

The logical width of the screen

Implementation

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