Wizard constructor

Wizard({
  1. dynamic pages,
  2. dynamic operationType,
  3. dynamic mapAnswers,
  4. dynamic title,
  5. ValueChanged? onSubmit,
})

Implementation

Wizard({this.pages,this.operationType,this.mapAnswers,this.title,this.onSubmit});