SubZeroLinearProgressTracker constructor
const
SubZeroLinearProgressTracker({})
Implementation
const SubZeroLinearProgressTracker({
super.key,
required this.totalSteps,
required this.currentProgress,
this.height = 8,
this.showLabels = true,
this.labels,
});