StepperPageRF constructor
StepperPageRF({})
Implementation
StepperPageRF({
this.titles,
this.pages,
this.onSubmit,
this.onNext,
this.buttonColor,
this.tabActiveColor,
this.buttonTextColor,
this.buttonNextIcon,
this.buttonSubmitIcon,
this.tabInActiveColor,
this.avatarVisible = true,
}) : assert(titles!.length == pages!.length,
"Stepper title and forms count not matched");