bottomLeft property
Lower-left corner of the bounding box.
Example:
Point leftCorner = boundingBox.bottomLeft;
print("Bottom-left corner: (${leftCorner.x}, ${leftCorner.y})");
Implementation
Point bottomLeft;
Lower-left corner of the bounding box.
Example:
Point leftCorner = boundingBox.bottomLeft;
print("Bottom-left corner: (${leftCorner.x}, ${leftCorner.y})");
Point bottomLeft;