ZetaSnackBarType enum
Type used to define contextual SnackBar. The type defines the styles, icons and behavior.
Constructors
- ZetaSnackBarType()
-
const
Values
- defaultType → const ZetaSnackBarType
-
Default colors with leading icon with close action.
- action → const ZetaSnackBarType
-
Default colors with leading icon and custom action.
- positive → const ZetaSnackBarType
-
Success styles with close action.
- info → const ZetaSnackBarType
-
Info styles with close action.
- warning → const ZetaSnackBarType
-
Warning styles with close action.
- error → const ZetaSnackBarType
-
Error styles with close action.
- deletion → const ZetaSnackBarType
-
Deletion styles with custom undo action.
- view → const ZetaSnackBarType
-
View styles with custom view action.
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<
ZetaSnackBarType> - A constant List of the values in this enum, in order of their declaration.