ZetaBannerStatus enum
ZetaBanner type
Constructors
- ZetaBannerStatus()
-
const
Values
- primary → const ZetaBannerStatus
-
Primary background.
- positive → const ZetaBannerStatus
-
Green background.
- warning → const ZetaBannerStatus
-
Yellow background.
- negative → const ZetaBannerStatus
-
Red background.
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<
ZetaBannerStatus> - A constant List of the values in this enum, in order of their declaration.