TStepper constructor
const
TStepper({
- Key? key,
- required List<
TStep> steps, - int currentStep = 0,
- ValueChanged<
int> ? onStepTapped, - TStepperType type = TStepperType.vertical,
- Color? color,
- EdgeInsetsGeometry? contentPadding,
Implementation
const TStepper({
super.key,
required this.steps,
this.currentStep = 0,
this.onStepTapped,
this.type = TStepperType.vertical,
this.color,
this.contentPadding,
});