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