CustomStepper constructor
const
CustomStepper({
- Key? key,
- required int currentStep,
- EdgeInsetsGeometry? padding,
- TextAlign? labelAlign,
- double? labelTextSize,
- Color? lableColor,
- String? labelText,
- double? size,
- required List<
Widget> steps, - List<
Widget> ? stepsDetails, - Axis? direction,
- bool? enableLine,
- Color? notActiveColor,
- Color? activeColor,
- bool? shrinkWrap,
Implementation
const CustomStepper({
super.key,
required this.currentStep,
this.padding,
this.labelAlign,
this.labelTextSize,
this.lableColor,
this.labelText,
this.size,
required this.steps,
this.stepsDetails,
this.direction,
this.enableLine,
this.notActiveColor,
this.activeColor,
this.shrinkWrap,
});