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