toPath method

Path toPath({
  1. double startAngle = 0.0,
})

Implementation

Path toPath({double startAngle = 0.0}) => toPathWith(
  path: Path(),
  startAngle: startAngle,
  repeatPath: false,
  closePath: true,
);