menu
pcanvas package
documentation
pcanvas_html.dart
GSVGPath
GSVGPath constructor
GSVGPath constructor
dark_mode
light_mode
GSVGPath
constructor
GSVGPath
(
List
<
GPath
>
paths
, {
PColor
?
strokeColor
,
int
?
strokeSize
,
PColor
?
fillColor
,
})
Implementation
GSVGPath(List<GPath> paths, {this.strokeColor, this.strokeSize, this.fillColor}) : _paths = paths;
pcanvas package
documentation
pcanvas_html
GSVGPath
GSVGPath constructor
GSVGPath class