SurveyController constructor
SurveyController({
- bool onNextStep(
- BuildContext context,
- QuestionResult resultFunction()
- bool onStepBack(
- BuildContext context,
- QuestionResult resultFunction()?
- bool onCloseSurvey(
- BuildContext context,
- QuestionResult resultFunction()?
Implementation
SurveyController({
this.onNextStep,
this.onStepBack,
this.onCloseSurvey,
});