w property

dynamic get w

Returns the horizontal extent of this size.

Implementation

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