bottomLeft property

Point bottomLeft
getter/setter pair

Lower-left corner of the bounding box.

Example:

Point leftCorner = boundingBox.bottomLeft;
print("Bottom-left corner: (${leftCorner.x}, ${leftCorner.y})");

Implementation

Point bottomLeft;