TdSteps constructor
const
TdSteps({
- Key? key,
- Axis layout = Axis.horizontal,
- EdgeInsets? contentPadding,
- TdStepStatus? status,
- int currentStep = 0,
- required List<
TdStepItem> steps,
Implementation
const TdSteps({
super.key,
this.layout = Axis.horizontal,
this.contentPadding,
this.status,
this.currentStep = 0,
required this.steps,
});