JourneyTimelineProgress constructor
const
JourneyTimelineProgress({})
Implementation
const JourneyTimelineProgress({
super.key,
required this.currentStep,
required this.totalSteps,
required this.activeColor,
required this.inactiveColor,
this.lineThickness = 2.0,
this.dotSize = 12.0,
this.showLabels = true,
});