static Path cycle({required Offset center, required double radius}) { return _cyclePath(center, radius); }