StepperProps constructor
const
StepperProps({
- required List<
StepItemData> items, - StepsLayout layout = StepsLayout.horizontal,
- ComponentSize size = ComponentSize.md,
- bool showConnectors = true,
- int? currentStep,
- void onStepTap(
- int index
Implementation
const StepperProps({
required this.items,
this.layout = StepsLayout.horizontal,
this.size = ComponentSize.md,
this.showConnectors = true,
this.currentStep,
this.onStepTap,
});