OverlayDelegate class abstract

Mixed in types
Implementers

Constructors

OverlayDelegate()

Properties

active bool
no setter
closed bool
no setter
done bool
no setter
future Future<void>
no setter
hashCode int
The hash code for this object.
no setterinherited
isAnimating bool
no setter
key Object
no setterinherited
overlay OverlayObserver?
no getter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showStatus bool
no setter

Methods

close() → void
getState() OverlayState?
override
hide() FutureOr<bool>
hideToggle() → void
init() Future<void>
inherited
initRun(OverlayState state) FutureOr<void>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onFailed() → void
inherited
runWith(void run(OverlayState state), void onFailed()) Future<void>
inherited
show() FutureOr<bool>
showToggle() → void
toggle() → void
toString() String
A string representation of this object.
inherited

Operators

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