topRight property
Upper-right corner of the bounding box.
Example:
Point rightCorner = boundingBox.topRight;
print("Top-right corner: (${rightCorner.x}, ${rightCorner.y})");
Implementation
Point topRight;
Upper-right corner of the bounding box.
Example:
Point rightCorner = boundingBox.topRight;
print("Top-right corner: (${rightCorner.x}, ${rightCorner.y})");
Point topRight;