ArcaneSteps constructor
const
ArcaneSteps({
- required List<
ArcaneStepItem> items, - StepsLayout layout = StepsLayout.horizontal,
- StepsSize size = StepsSize.md,
- bool showConnectors = true,
- int? currentStep,
- void onStepTap(
- int index
- Key? key,
Implementation
const ArcaneSteps({
required this.items,
this.layout = StepsLayout.horizontal,
this.size = StepsSize.md,
this.showConnectors = true,
this.currentStep,
this.onStepTap,
super.key,
});