JourneyNumberedProgress constructor
const
JourneyNumberedProgress({})
Implementation
const JourneyNumberedProgress({
super.key,
required this.currentStep,
required this.totalSteps,
required this.activeColor,
required this.inactiveColor,
required this.textColor,
this.circleSize = 28.0,
this.spacing = 4.0,
});