CubicPath constructor

CubicPath(
  1. Float64List pts,
  2. bool closed
)

Implementation

CubicPath(this.pts, this.closed);