path property

Path path

Implementation

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