OverlayNotificationEntry class abstract
Constructors
- OverlayNotificationEntry.empty()
-
factory
Properties
Methods
-
dismiss(
{bool animate = true}) → void -
Dismiss the Overlay which associated with this entry.
If
animateis false, remove entry immediately. Ifanimateis true, remove entry after_AnimatedOverlayState.hide -
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
Static Methods
-
of(
BuildContext context) → OverlayNotificationEntry? -
Find OverlayNotificationEntry by
context.