SurveyThemeData class

Constructors

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, String ratingRgba, String ratingRgbaBorder, Color ctaButtonDisabledColor, bool showRequired, String buttonStyle, bool showBranding, String questionString, bool hasGradient, List gradientColors, bool showQuestionNumber, bool showProgressBar, bool hasHeader, String headerText, String headerLogoUrl, bool hasFooter, String footerText)
SurveyThemeData.fromJson({Map<String, dynamic> json = const {}})
factory

Properties

answerColor Color
final
backgroundColor Color
final
backgroundImage String
final
backgroundImageColor Color
final
backgroundImageColorOpacity double
final
buttonStyle String
final
ctaButtonColor Color
final
ctaButtonDisabledColor Color
final
decodedOpnionBackgroundColorSelected Color
final
decodedOpnionBackgroundColorUnSelected Color
final
decodedOpnionBorderColor Color
final
decodedOpnionLabelColor Color
final
footerText String
final
gradientColors List
final
hasFooter bool
final
hasGradient bool
final
hashCode int
The hash code for this object.
no setterinherited
hasHeader bool
final
headerLogoUrl String
final
headerText String
final
questionColor Color
final
questionDescriptionColor Color
final
questionNumberColor Color
final
questionString String
final
ratingRgba String
final
ratingRgbaBorder String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showBranding bool
final
showProgressBar bool
final
showQuestionNumber bool
final
showRequired bool
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited