LineChart constructor
const
LineChart({
- Key? key,
- required ChartConfig config,
- ChartWidgetController? controller,
- LineChartMode mode = LineChartMode.smooth,
- ChartTheme? theme,
- bool fillArea = false,
Implementation
const LineChart({
super.key,
required this.config,
this.controller,
this.mode = LineChartMode.smooth,
this.theme,
this.fillArea = false,
});