OverlayMixinDelegate<T extends OverlayMixin> class

Inheritance

Constructors

OverlayMixinDelegate(T _controller, Duration duration, {Duration delayDuration = Duration.zero})

Properties

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

Methods

close() → void
override
getState() OverlayState?
inherited
hide() Future<bool>
override
hideToggle() → void
override
init() Future<void>
inherited
initRun(OverlayState state) FutureOr<void>
override
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() Future<bool>
override
showToggle() → void
override
toggle() → void
override
toString() String
A string representation of this object.
inherited

Operators

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