LineChartBean constructor
LineChartBean({
- Color lineColor = _defaultColor,
- List<
double> ? value, - double maxValue = 0,
- LineChartMode mode = LineChartMode.curve,
Implementation
LineChartBean({
this.lineColor = _defaultColor,
this.value,
this.maxValue = 0,
this.mode = LineChartMode.curve,
});