Dart
dart:html
CssRect
bottom property
description
bottom property
num
bottom
The y-coordinate of the bottom edge.
Implementation
num
get
bottom => top + height;