width method

double width()

return screen width

Implementation

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