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)
SurveyThemeData.fromJson({Map<String, dynamic> json = const {}})
factory

Properties

answerColor Color
final
backgroundColor Color
final
backgroundImage String
final
backgroundImageColor Color
final
backgroundImageColorOpacity double
final
ctaButtonColor Color
final
decodedOpnionBackgroundColorSelected Color
final
decodedOpnionBackgroundColorUnSelected Color
final
decodedOpnionBorderColor Color
final
decodedOpnionLabelColor Color
final
hashCode int
The hash code for this object.
no setterinherited
questionColor Color
final
questionDescriptionColor Color
final
questionNumberColor Color
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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