flutter_sprites
dart:ui
Rect
width
width
flutter_sprites
dart:ui
Rect
width
property
width
flutter_sprites
dart:ui
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
runtimeType
shortestSide
size
top
topCenter
topLeft
topRight
width
Operators
operator ==
Methods
contains
deflate
inflate
intersect
noSuchMethod
shift
toString
double
width
The distance between the left and right edges of this rectangle.
Source
double get width => right - left;