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