SurveyThemeData constructor
SurveyThemeData(
- Color questionColor,
- Color questionDescriptionColor,
- Color questionNumberColor,
- Color answerColor,
- Color backgroundColor,
- String backgroundImage,
- Color decodedOpnionBackgroundColorSelected,
- Color decodedOpnionBackgroundColorUnSelected,
- Color decodedOpnionBorderColor,
- Color decodedOpnionLabelColor,
- Color backgroundImageColor,
- double backgroundImageColorOpacity,
- 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,
);