centerRight property
IntOffset
get
centerRight
The center-right point of the rectangle.
Implementation
IntOffset get centerRight => IntOffset(right, top + (height ~/ 2));
The center-right point of the rectangle.
IntOffset get centerRight => IntOffset(right, top + (height ~/ 2));