centerRight property

Offset centerRight

The offset to the center of the right edge of this rectangle.

See also Size.centerLeft.

Implementation

Offset get centerRight => Offset(right, top + height / 2.0);