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