path property

Path path

Arc path.

Implementation

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