SurveyFlowThemeData class

Constructors

SurveyFlowThemeData({SFColors colors = const SFColors(), SFDimens dimens = const SFDimens(), SFTextStyles textStyles = const SFTextStyles(), SFButtonStyles buttonStyles = const SFButtonStyles(), SFInputStyles inputStyles = const SFInputStyles(), SFModalStyle modalStyle = const SFModalStyle(), bool isModal = false})
const

Properties

buttonStyles SFButtonStyles
final
colors SFColors
final
dimens SFDimens
final
hashCode int
The hash code for this object.
no setterinherited
inputStyles SFInputStyles
final
isModal bool
final
modalStyle SFModalStyle
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textStyles SFTextStyles
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