width property

double width

Implementation

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