OverlayObserverState class

Inheritance

Constructors

OverlayObserverState({StateGetter<OverlayState>? overlayGetter})

Properties

entries List<OverlayMixin>
no setter
entriesState List<OverlayMixin>
no setter
hashCode int
The hash code for this object.
no setterinherited
overlayGetter StateGetter<OverlayState>?
getter/setter pairoverride-getter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

close(OverlayMixin entry) → void
override
hide(OverlayMixin entry) → void
override
hideLast() → void
insert(OverlayMixin entry) → void
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
show(OverlayMixin entry) → void
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited