Flutter
widgets
Rect
width
width
Flutter
widgets
Rect
width
property
width
Flutter
widgets
Rect
Static properties
zero
Static methods
lerp
Constructors
fromCircle
fromLTRB
fromLTWH
fromPoints
Properties
bottom
bottomCenter
bottomLeft
bottomRight
center
centerLeft
centerRight
hashCode
height
isEmpty
left
right
shortestSide
size
top
topCenter
topLeft
topRight
width
runtimeType
Operators
operator ==
Methods
contains
deflate
inflate
intersect
shift
toString
noSuchMethod
double
width
The distance between the left and right edges of this rectangle.
Source
double get width => right - left;