menu
dt
foundation.dart
Rect
bottom property
bottom
dark_mode
light_mode
bottom
property
int
bottom
The bottom edge of this rectangle on the y-axis.
Implementation
int get bottom => y + height;
dt
foundation
Rect
bottom property
Rect class