BlobCurves constructor

BlobCurves(
  1. Offset start,
  2. List<List<double>> curves,
  3. List<Offset> breakpoints
)

Implementation

BlobCurves(this.start, this.curves, this.breakpoints);