OverlayDisposeEntry class
- Inheritance
-
- Object
- OverlayEntry
- OverlayDisposeEntry
- Available extensions
Constructors
- OverlayDisposeEntry({required WidgetBuilder builder, bool opaque = false, bool maintainState = false, required OverlayMixin overlayMixin})
Properties
- builder → WidgetBuilder
-
This entry will include the widget built by this builder in the overlay at
the entry's position.
finalinherited
- canSizeOverlay → bool
-
Whether the content of this OverlayEntry can be used to size the
Overlay.
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- maintainState ↔ bool
-
Whether this entry must be included in the tree even if there is a fully
opaque entry above it.
getter/setter pairinherited
- mounted → bool
-
Whether the OverlayEntry is currently mounted in the widget tree.
no setterinherited
- opaque ↔ bool
-
Whether this entry occludes the entire overlay.
getter/setter pairinherited
- overlayMixin → OverlayMixin
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
addListener(
VoidCallback listener) → void -
Register a closure to be called when the object notifies its listeners.
inherited
-
dispose(
) → void -
Discards any resources used by this OverlayEntry.
override
-
markNeedsBuild(
) → void -
Cause this entry to rebuild during the next pipeline flush.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
remove(
) → void -
Remove this entry from the overlay.
inherited
-
removeListener(
VoidCallback listener) → void -
Remove a previously registered closure from the list of closures that the
object notifies.
inherited
-
select<
T> (ShouldNotify< T, D> notifyValue, {Object? key}) → ChangeNotifierSelector<T, D> -
Available on D, provided by the ValueNotifierSelector extension
-
toString(
) → String -
A string representation of this object.
inherited
-
wr(
Widget builder(T value)) → Widget -
Available on T, provided by the ListenableWidget extension
-
wrap(
Widget builder(BuildContext context, T value)) → Widget -
Available on T, provided by the ListenableWidget extension
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited