AlertNotificationType enum
Values
- info → const AlertNotificationType
-
const AlertNotificationType(elementColor: Color.fromARGB(255, 30, 129, 168), backgroundColor: Color.fromARGB(255, 204, 235, 251), icon: Icons.info_outline)
- success → const AlertNotificationType
-
const AlertNotificationType(elementColor: Color.fromARGB(255, 62, 133, 104), backgroundColor: Color.fromARGB(255, 219, 241, 216), icon: Icons.check_circle_outline)
- warning → const AlertNotificationType
-
const AlertNotificationType(elementColor: Color.fromARGB(255, 182, 140, 52), backgroundColor: Color.fromARGB(255, 254, 238, 187), icon: Icons.warning_amber_rounded)
- error → const AlertNotificationType
-
const AlertNotificationType(elementColor: Color.fromARGB(255, 221, 92, 92), backgroundColor: Color.fromARGB(255, 248, 199, 199), icon: Icons.error_outline_rounded)
Properties
- backgroundColor → Color
-
final
- elementColor → Color
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- icon → IconData
-
final
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - 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<
AlertNotificationType> - A constant List of the values in this enum, in order of their declaration.