NiceStepNav constructor
const
NiceStepNav({})
Implementation
const NiceStepNav({
super.key,
required this.steps,
required this.currentStep,
this.onStepTapped,
this.allowStepTapping = false,
this.completedColor,
this.currentColor,
this.upcomingColor,
this.errorColor,
});