Dart
dart:math
Rectangle
<
T extends num
>
bottom property
bottom
Rectangle class
Constructors
Rectangle
fromPoints
Properties
height
left
top
width
bottom
bottomLeft
bottomRight
hashCode
right
runtimeType
topLeft
topRight
Methods
boundingBox
containsPoint
containsRectangle
intersection
intersects
noSuchMethod
toString
Operators
operator ==
bottom property
T
bottom
inherited
The y-coordinate of the bottom edge.
Implementation
T get bottom => top + height;