path property

Path get path

Generates a Path object representing this arc.

Implementation

Path get path => Path()
  ..moveTo(dx, dy)
  ..arcToPoint(location, rotation: pi2);