menu
fortress package
documentation
util.dart
Rect
topLeft property
topLeft property
dark_mode
light_mode
topLeft
property
Vec2
get
topLeft
Top-left corner of the rectangle
Implementation
Vec2 get topLeft => Vec2(left, top);
fortress package
documentation
util
Rect
topLeft property
Rect class