flutter_sprites
dart:ui
RRect
height
height
flutter_sprites
dart:ui
RRect
height
property
height
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
height
The distance between the top and bottom edges of this rectangle.
Source
double get height => bottom - top;