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