flutter_sprites
dart:ui
RRect
width
width
flutter_sprites
dart:ui
RRect
width
property
width
flutter_sprites
dart:ui
RRect
Static properties
zero
Static methods
lerp
Constructors
fromLTRBAndCorners
fromLTRBR
fromLTRBXY
fromRectAndCorners
fromRectAndRadius
fromRectXY
Properties
blRadius
blRadiusX
blRadiusY
bottom
brRadius
brRadiusX
brRadiusY
center
hashCode
height
isCircle
isEllipse
isEmpty
isStadium
left
middleRect
outerRect
right
runtimeType
safeInnerRect
shortestSide
tallMiddleRect
tlRadius
tlRadiusX
tlRadiusY
top
trRadius
trRadiusX
trRadiusY
wideMiddleRect
width
Operators
operator ==
Methods
contains
deflate
inflate
noSuchMethod
shift
toString
double
width
The distance between the left and right edges of this rectangle.
Source
double get width => right - left;