deviceWidth property

double get deviceWidth

Retrieves the width of the device screen.

Implementation

double get deviceWidth => MediaQuery.sizeOf(this).width;