topRight property

Point topRight
getter/setter pair

Upper-right corner of the bounding box.

Example:

Point rightCorner = boundingBox.topRight;
print("Top-right corner: (${rightCorner.x}, ${rightCorner.y})");

Implementation

Point topRight;