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