CustomSurveyTheme constructor

CustomSurveyTheme({
  1. Question? question,
  2. String? font,
  3. BottomBar? bottomBar,
  4. Rating? rating,
  5. OpinionScale? opinionScale,
  6. PhoneNumber? phoneNumber,
  7. YesOrNo? yesOrNo,
  8. MultipleChoice? multipleChoice,
  9. Email? email,
  10. SSTextInput? text,
  11. SkipButton? skipButton,
  12. NextButton? nextButton,
  13. String? animationDirection,
  14. WelcomePageTheme? welcome,
  15. ThankYouPageTheme? thankYouPage,
})

Implementation

CustomSurveyTheme({
  this.question,
  this.font,
  this.bottomBar,
  this.rating,
  this.opinionScale,
  this.phoneNumber,
  this.yesOrNo,
  this.multipleChoice,
  this.email,
  this.text,
  this.skipButton,
  this.nextButton,
  this.animationDirection,
  this.logo,
  this.welcome,
  this.thankYouPage,
});