NiceCheckoutStepper constructor
const
NiceCheckoutStepper({
- Key? key,
- required List<
NiceCheckoutStep> steps, - required int currentStep,
- void onStepTap(
- int step
Implementation
const NiceCheckoutStepper({
super.key,
required this.steps,
required this.currentStep,
this.onStepTap,
});