deviceWidth property
double
get
deviceWidth
Retrieves the width of the device screen.
Implementation
double get deviceWidth => MediaQuery.sizeOf(this).width;
Retrieves the width of the device screen.
double get deviceWidth => MediaQuery.sizeOf(this).width;