ZdsInformationBarTheme enum
Sets a ZdsInformationBar's icon and background colors.
Constructors
- ZdsInformationBarTheme()
-
const
Values
- neutral → const ZdsInformationBarTheme
-
Default theme, used for non-status information, like timestamps, quantity information...
- positive → const ZdsInformationBarTheme
-
Theme used for positive status, like completed, approved, achieved...
- inProgress → const ZdsInformationBarTheme
-
Theme used for when the status is not final yet, like pending, in progress, scheduled...
- negative → const ZdsInformationBarTheme
-
Theme used for negative status, like declined, removed, failed...
Properties
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
Constants
-
values
→ const List<
ZdsInformationBarTheme> -
A constant List of the values in this enum, in order of their declaration.
[neutral, positive, inProgress, negative]