IOSThemeConfigurations class

Available Extensions

Constructors

IOSThemeConfigurations({String? logoImage, String? primaryColor, String? primaryFontColor, String? secondaryColor, String? secondaryFontColor, String? strokeColor, String? buttonColor, String? buttonFontColor, String? titleFontColor, String? backgroundColor, String? placeholderColor, String? primaryFont, String? secondaryFont, int? strokeThinckness, int? inputsCornerRadius, String? buttonFont, String? titleFont})

Properties

backgroundColor String?
getter/setter pair
buttonColor String?
getter/setter pair
buttonFont String?
getter/setter pair
buttonFontColor String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
inputsCornerRadius int?
getter/setter pair
logoImage String?
getter/setter pair
placeholderColor String?
getter/setter pair
primaryColor String?
getter/setter pair
primaryFont String?
getter/setter pair
primaryFontColor String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secondaryColor String?
getter/setter pair
secondaryFont String?
getter/setter pair
secondaryFontColor String?
getter/setter pair
strokeColor String?
getter/setter pair
strokeThinckness int?
getter/setter pair
titleFont String?
getter/setter pair
titleFontColor 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