StackedAreaChart constructor

const StackedAreaChart({
  1. Key? key,
  2. required ChartConfig config,
  3. ChartTheme? theme,
  4. bool smooth = true,
})

Implementation

const StackedAreaChart({
  super.key,
  required this.config,
  this.theme,
  this.smooth = true,
});