Dart
dart:html
DomRectReadOnly
bottom property
bottom
DomRectReadOnly class
Constructors
DomRectReadOnly
Properties
bottom
bottomLeft
bottomRight
hashCode
height
left
right
top
topLeft
topRight
width
x
y
runtimeType
Methods
boundingBox
containsPoint
containsRectangle
intersection
intersects
toString
noSuchMethod
Operators
operator ==
Static methods
fromRect
bottom property
num
bottom
The y-coordinate of the bottom edge.
Implementation
num get bottom => JS("num", "#.bottom", this);