Dart
dart:html
DomRectReadOnly
bottom property
description
bottom property
num
bottom
The y-coordinate of the bottom edge.
Implementation
num
get
bottom => JS(
"num"
,
"#.bottom"
,
this
);