Generates a Path object representing this arc.
Path get path => Path() ..moveTo(dx, dy) ..arcToPoint(location, rotation: pi2);