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