windowWidth property

double get windowWidth

Implementation

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