menu
pcanvas package
documentation
pcanvas_html.dart
GPath
GPath constructor
GPath constructor
dark_mode
light_mode
GPath
constructor
GPath
(
List
<
Object
>
pathPoints
, {
PColor
?
strokeColor
,
int
?
strokeSize
,
PColor
?
fillColor
,
bool
closePath
=
true
,
})
Implementation
GPath(this.pathPoints, {this.strokeColor, this.strokeSize, this.fillColor, this.closePath = true});
pcanvas package
documentation
pcanvas_html
GPath
GPath constructor
GPath class