@override void applyTo(Path path) { path.relativeArcToPoint( Offset(x, y), clockwise: clockwise, largeArc: largeArc, radius: radius, ); }