menu
k_chart_pw package
documentation
renderer/chart_painter.dart
Line
Line.new constructor
Line.new constructor
dark_mode
light_mode
Line
constructor
Line
(
Offset
p1
,
Offset
p2
,
double
maxHeight
,
double
scale
,
)
Implementation
Line(this.p1, this.p2, this.maxHeight, this.scale);
k_chart_pw package
documentation
renderer/chart_painter
Line
Line.new constructor
Line class