screenWidth property

double get screenWidth

The logical width of the screen

Implementation

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