getWidth property

double get getWidth

Implementation

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