NiceFormStepper constructor
const
NiceFormStepper({})
Implementation
const NiceFormStepper({
super.key,
required this.steps,
this.initialStep = 0,
this.onComplete,
this.onCancel,
this.validateOnNext = true,
this.showSummary = true,
});