toPath method

Path toPath()

Implementation

Path toPath() => Path()
  ..moveTo(dx, dy)
  ..cubicTo(cpStart.dx, cpStart.dy, cpEnd.dx, cpEnd.dy, end.dx, end.dy);