StackedAreaChart constructor
const
StackedAreaChart({
- Key? key,
- required ChartConfig config,
- ChartTheme? theme,
- bool smooth = true,
Implementation
const StackedAreaChart({
super.key,
required this.config,
this.theme,
this.smooth = true,
});