KIVColors class

Custom colors for the SDK.

Constructors

KIVColors()

Properties

backgroundColor Color?
The color that the SDK uses for the background.
getter/setter pair
buttonErrorColor Color?
The color that the SDK uses for error buttons.
getter/setter pair
buttonOtherColor Color?
The color that the SDK uses for other buttons.
getter/setter pair
buttonSuccessColor Color?
The color that the SDK uses for success buttons.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
progressBarBackground Color?
The color that the SDK uses for the progress bar background.
getter/setter pair
progressBarForeground Color?
The color that the SDK uses for the progress bar foreground.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textColor Color?
The color that the SDK uses for text.
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