Flutter
widgets
Size
width
width
Flutter
widgets
Size
width
property
width
Flutter
widgets
Size
Constants
infinite
zero
Static methods
lerp
Constructors
Size
copy
fromHeight
fromRadius
fromWidth
square
Properties
height
isEmpty
shortestSide
width
hashCode
isInfinite
runtimeType
Operators
operator %
operator *
operator +
operator -
operator /
operator ==
operator ~/
operator <
operator <=
operator >
operator >=
Methods
bottomCenter
bottomLeft
bottomRight
center
centerLeft
centerRight
topCenter
topLeft
topRight
toString
noSuchMethod
double
width
The horizontal extent of this size.
Source
double get width => _dx;