Dart
dart:html
CssRect
bottom property
bottom
Dart
dart:html
CssRect
bottom property
CssRect class
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 ==
description
bottom
property
num
bottom
The y-coordinate of the bottom edge.
Implementation
num get bottom => top + height;