menu
dt
foundation.dart
Rect
bottomRight property
bottomRight
dark_mode
light_mode
bottomRight
property
Offset
bottomRight
The bottom-right corner of this rectangle.
Implementation
Offset get bottomRight => Offset(right, bottom);
dt
foundation
Rect
bottomRight property
Rect class