Dart
dart:math
Rectangle
<
T extends num
>
bottom property
description
bottom property
T
bottom
inherited
The y-coordinate of the bottom edge.
Implementation
T
get
bottom => top + height;