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