ZetaSnackBarType enum

Type used to define contextual SnackBar. The type defines the styles, icons and behavior.

Inheritance

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

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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.