Flutter
widgets
RRect
height
height
Flutter
widgets
RRect
height
property
height
Flutter
widgets
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
safeInnerRect
shortestSide
tallMiddleRect
tlRadius
tlRadiusX
tlRadiusY
top
trRadius
trRadiusX
trRadiusY
wideMiddleRect
width
runtimeType
Operators
operator ==
Methods
contains
deflate
inflate
shift
toString
noSuchMethod
double
height
The distance between the top and bottom edges of this rectangle.
Source
double get height => bottom - top;