StackedAreaSeries constructor
const
StackedAreaSeries({})
Implementation
const StackedAreaSeries({
super.key,
required this.dataSeries,
required this.colors,
this.opacity = 0.7,
this.showLines = true,
this.lineWidth = 2,
this.smooth = false,
this.tension = 0.4,
});