centerRight property
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);
The offset to the center of the right edge of this rectangle.
See also Size.centerLeft.
Offset get centerRight => Offset(right, top + height / 2.0);