GPath constructor

GPath(
  1. List<Object> pathPoints, {
  2. PColor? strokeColor,
  3. int? strokeSize,
  4. PColor? fillColor,
  5. bool closePath = true,
})

Implementation

GPath(this.pathPoints,
    {this.strokeColor,
    this.strokeSize,
    this.fillColor,
    this.closePath = true});