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