centerRight property
Offset
get
centerRight
The offset to the center of the right edge of this rectangle.
See also Size.centerRight.
Implementation
Offset get centerRight => Offset(right, top + height / 2.0);