An overlay entry that is mimicking another widget.
Obtained from MimicableState.liftToOverlay.
Properties
- hashCode → int
-
Get a hash code for this object.
read-only, inherited - runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Operators
-
operator ==(
other) → bool -
The equality operator.
inherited
Methods
-
animateTo(
{GlobalKey targetKey, Duration duration, Curve curve: Curves.linear }) → Future<Null> -
Animate the entry to the location of the widget that has the given target key.
-
dispose(
) → void -
Remove this entry from the overlay and restore the widget to its original place in the tree.
-
markNeedsBuild(
) → void -
Cause the overlay entry to rebuild during the next pipeline flush.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited -
toString(
) → String -
Returns a string representation of this object.
inherited