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