centerRight property

IntOffset get centerRight

The center-right point of the rectangle.

Implementation

IntOffset get centerRight => IntOffset(right, top + (height ~/ 2));