Flutter
dart:ui
Rect
bottom property
bottom
Rect class
Constructors
fromCircle
fromLTRB
fromLTWH
fromPoints
Properties
bottom
bottomCenter
bottomLeft
bottomRight
center
centerLeft
centerRight
hashCode
height
isEmpty
isFinite
isInfinite
left
longestSide
right
shortestSide
size
top
topCenter
topLeft
topRight
width
runtimeType
Methods
contains
deflate
expandToInclude
inflate
intersect
overlaps
shift
toString
translate
noSuchMethod
Operators
operator ==
Static properties
largest
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];