deviceWidth property

double get deviceWidth

Implementation

double get deviceWidth {
  return MediaQuery.of(this).size.width;
}