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