menu
pcanvas package
documentation
pcanvas_html.dart
GLine
GLine constructor
GLine constructor
dark_mode
light_mode
GLine
constructor
GLine
(
int
x1
,
int
y1
,
int
x2
,
int
y2
, {
int
size
=
1
,
PColor
?
color
,
})
Implementation
GLine(this.x1, this.y1, this.x2, this.y2, {this.size = 1, this.color});
pcanvas package
documentation
pcanvas_html
GLine
GLine constructor
GLine class