video_player
dart:math
MutableRectangle
property bottom
bottom
class MutableRectangle
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 ==
T
bottom
The y-coordinate of the bottom edge.
Source
T get bottom => top + height;
property bottom