AreaSeries constructor
const
AreaSeries({})
Implementation
const AreaSeries({
super.key,
required this.data,
this.color = Colors.blue,
this.opacity = 0.3,
this.showLine = true,
this.lineColor,
this.lineWidth = 2,
this.smooth = false,
this.tension = 0.4,
this.gradient,
this.baseline = 0,
});