FAlertStyle class sealed
A FAlert's style.
A style can be either one of the pre-defined styles in FAlertStyle or a FAlertCustomStyle. The pre-defined styles are a convenient shorthand for the various FAlertCustomStyles in the current context's FAlertStyles.
- Implementers
Properties
- hashCode → int
-
The hash code for this object.
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
- destructive → const FAlertStyle
- The alert's destructive style.
- primary → const FAlertStyle
- The alert's primary style.