Translate the ring
Ring translate({double x = 0, double y = 0}) { return Ring( center: Point(center.x + x, center.y + y), innerRadius: innerRadius, outerRadius: outerRadius, ); }