width property

dynamic get width

Returns the vertical extent of this size.

Implementation

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