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