screenWidth method

double screenWidth()

Returns the full width of the device screen.

Implementation

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