width method

double width()

return screen width

Implementation

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