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,
)

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,
);