MyStepper constructor
MyStepper({
- required List<
MyStep> steps, - int initialStep = 0,
- Icon? nextIcon,
- Icon? endIcon,
- bool? backdisabled,
- Color? buttonColor,
- required Function onSumbit,
- Color? connectorColor,
- Color? connectorBackGroundColor,
- StepperType? type,
- double? thickness,
- Icon? inProgressIcon,
- Icon? completedIcon,
- ScrollController? stepController,
- Icon? backIcon,
Implementation
MyStepper({
required this.steps,
this.initialStep = 0,
this.nextIcon,
this.endIcon,
this.backdisabled,
this.buttonColor,
required this.onSumbit,
this.connectorColor,
this.connectorBackGroundColor,
this.type,
this.thickness,
this.inProgressIcon,
this.completedIcon,
this.stepController,
this.backIcon,
});