bottomLeft property
Vec2
get
bottomLeft
Bottom-left corner of the rectangle
Implementation
Vec2 get bottomLeft => Vec2(left, bottom);
Bottom-left corner of the rectangle
Vec2 get bottomLeft => Vec2(left, bottom);