GSVGPath constructor

GSVGPath(
  1. List<GPath> paths, {
  2. PColor? strokeColor,
  3. int? strokeSize,
  4. PColor? fillColor,
})

Implementation

GSVGPath(List<GPath> paths,
    {this.strokeColor, this.strokeSize, this.fillColor})
    : _paths = paths;