Flutter
dart:ui
RRect
bottom property
bottom
RRect class
Constructors
fromLTRBAndCorners
fromLTRBR
fromLTRBXY
fromRectAndCorners
fromRectAndRadius
fromRectXY
Properties
blRadius
blRadiusX
blRadiusY
bottom
brRadius
brRadiusX
brRadiusY
center
hashCode
height
isCircle
isEllipse
isEmpty
isFinite
isRect
isStadium
left
longestSide
middleRect
outerRect
right
safeInnerRect
shortestSide
tallMiddleRect
tlRadius
tlRadiusX
tlRadiusY
top
trRadius
trRadiusX
trRadiusY
wideMiddleRect
width
runtimeType
Methods
contains
deflate
inflate
shift
toString
noSuchMethod
Operators
operator ==
Static properties
zero
Static methods
lerp
bottom property
double
bottom
The offset of the bottom edge of this rectangle from the y axis.
Implementation
double get bottom => _value[3];