UAreaChart constructor
const
UAreaChart({})
Implementation
const UAreaChart({
required this.series,
super.key,
this.categories,
this.title,
this.style = const UChartStyle(),
this.height = 260,
this.smooth = true,
this.showDots = false,
this.strokeWidth = 3,
});