SurveyModal constructor
SurveyModal({})
Implementation
SurveyModal({
Key? key,
required this.token,
required this.domain,
this.variables,
this.customSurveyTheme,
this.firstQuestionAnswer,
this.onNext,
this.onSubmit,
this.survey,
this.onError,
this.email,
}) : super(key: key);