EnrollColors class

Represents the SDK colors

Constructors

EnrollColors.new({Color? primary, Color? secondary, Color? appBackgroundColor, Color? textColor, Color? errorColor, Color? successColor, Color? warningColor, Color? appWhite, Color? appBlack})
Represents the class constructor

Properties

appBackgroundColor DynamicColor?
Represents the background color
getter/setter pair
appBlack DynamicColor?
Represents the black color
getter/setter pair
appWhite DynamicColor?
Represents the white color
getter/setter pair
errorColor DynamicColor?
Represents the error color
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
primary DynamicColor?
Represents the primary color
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secondary DynamicColor?
Represents the secondary color
getter/setter pair
successColor DynamicColor?
Represents the success color
getter/setter pair
textColor DynamicColor?
Represents the text color
getter/setter pair
warningColor DynamicColor?
Represents the warning color
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Convert the colors map to json object
toString() String
A string representation of this object.
inherited

Operators

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