menu
velocity_components package
documentation
widgets/velocity_line_chart.dart
LineChartPoint
LineChartPoint.new constructor
LineChartPoint.new constructor
dark_mode
light_mode
LineChartPoint
constructor
LineChartPoint
(
double
x
,
double
y
, {
String
?
xLabel
,
String
?
yLabel
,
})
Implementation
LineChartPoint( this.x, this.y, { this.xLabel, this.yLabel, });
velocity_components package
documentation
widgets/velocity_line_chart
LineChartPoint
LineChartPoint.new constructor
LineChartPoint class