Dart SDK
dart:html
DomRectReadOnly
property bottom
bottom
class DomRectReadOnly
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 ==
num
bottom
The y-coordinate of the bottom edge.
Source
num get bottom => JS("num", "#.bottom", this);
property bottom