Flutter
dart:ui
Rect
width property
width
width
property
Null safety
double
width
The distance between the left and right edges of this rectangle.
Implementation
double get width => right - left;
Flutter
dart:ui
Rect
width property
Rect class
Constructors
fromCenter
fromCircle
fromLTRB
fromLTWH
fromPoints
Properties
bottom
bottomCenter
bottomLeft
bottomRight
center
centerLeft
centerRight
hashCode
hasNaN
height
isEmpty
isFinite
isInfinite
left
longestSide
right
runtimeType
shortestSide
size
top
topCenter
topLeft
topRight
width
Methods
contains
deflate
expandToInclude
inflate
intersect
noSuchMethod
overlaps
shift
toString
translate
Operators
operator ==
Static methods
lerp
Constants
largest
zero