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