SurveyThemeData constructor

SurveyThemeData(
  1. Color questionColor,
  2. Color questionDescriptionColor,
  3. Color questionNumberColor,
  4. Color answerColor,
  5. Color backgroundColor,
  6. String backgroundImage,
  7. Color decodedOpnionBackgroundColorSelected,
  8. Color decodedOpnionBackgroundColorUnSelected,
  9. Color decodedOpnionBorderColor,
  10. Color decodedOpnionLabelColor,
  11. Color backgroundImageColor,
  12. double backgroundImageColorOpacity,
  13. Color ctaButtonColor,
  14. String ratingRgba,
  15. String ratingRgbaBorder,
  16. Color ctaButtonDisabledColor,
  17. bool showRequired,
  18. String buttonStyle,
  19. bool showBranding,
  20. String questionString,
  21. bool hasGradient,
  22. List gradientColors,
  23. bool showQuestionNumber,
  24. bool showProgressBar,
  25. bool hasHeader,
  26. String headerText,
  27. String headerLogoUrl,
  28. bool hasFooter,
  29. String footerText,
)

Implementation

SurveyThemeData(
  this.questionColor,
  this.questionDescriptionColor,
  this.questionNumberColor,
  this.answerColor,
  this.backgroundColor,
  this.backgroundImage,
  this.decodedOpnionBackgroundColorSelected,
  this.decodedOpnionBackgroundColorUnSelected,
  this.decodedOpnionBorderColor,
  this.decodedOpnionLabelColor,
  this.backgroundImageColor,
  this.backgroundImageColorOpacity,
  this.ctaButtonColor,
  this.ratingRgba,
  this.ratingRgbaBorder,
  this.ctaButtonDisabledColor,
  this.showRequired,
  this.buttonStyle,
  this.showBranding,
  this.questionString,
  this.hasGradient,
  this.gradientColors,
  this.showQuestionNumber,
  this.showProgressBar,
  this.hasHeader,
  this.headerText,
  this.headerLogoUrl,
  this.hasFooter,
  this.footerText,
);