IOSThemeConfigurations class

Available extensions

Constructors

IOSThemeConfigurations({String? logoImage, String? primaryColor, String? primaryColorDark, String? primaryFontColor, String? primaryFontColorDark, String? secondaryColor, String? secondaryColorDark, String? secondaryFontColor, String? secondaryFontColorDark, String? strokeColor, String? strokeColorDark, String? buttonColor, String? buttonColorDark, String? buttonFontColor, String? buttonFontColorDark, String? titleFontColor, String? titleFontColorDark, String? backgroundColor, String? backgroundColorDark, String? placeholderColor, String? placeholderColorDark, String? primaryFont, String? secondaryFont, int? strokeThinckness, int? inputsCornerRadius, String? buttonFont, String? titleFont, String? inputFieldBackgroundColor, String? inputFieldBackgroundColorDark})

Properties

backgroundColor String?
getter/setter pair
backgroundColorDark String?
getter/setter pair
buttonColor String?
getter/setter pair
buttonColorDark String?
getter/setter pair
buttonFont String?
getter/setter pair
buttonFontColor String?
getter/setter pair
buttonFontColorDark String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
inputFieldBackgroundColor String?
getter/setter pair
inputFieldBackgroundColorDark String?
getter/setter pair
inputsCornerRadius int?
getter/setter pair
logoImage String?
getter/setter pair
map Map<String, dynamic>

Available on IOSThemeConfigurations, provided by the IOSThemeConfigurationsExtension extension

no setter
placeholderColor String?
getter/setter pair
placeholderColorDark String?
getter/setter pair
primaryColor String?
getter/setter pair
primaryColorDark String?
getter/setter pair
primaryFont String?
getter/setter pair
primaryFontColor String?
getter/setter pair
primaryFontColorDark String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secondaryColor String?
getter/setter pair
secondaryColorDark String?
getter/setter pair
secondaryFont String?
getter/setter pair
secondaryFontColor String?
getter/setter pair
secondaryFontColorDark String?
getter/setter pair
strokeColor String?
getter/setter pair
strokeColorDark String?
getter/setter pair
strokeThinckness int?
getter/setter pair
titleFont String?
getter/setter pair
titleFontColor String?
getter/setter pair
titleFontColorDark String?
getter/setter pair

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