OverlayShowOnly mixin
- Superclass constraints
- Mixin applications
Properties
- active → bool
-
no setterinherited
- closed → bool
-
no setterinherited
- controller → AnimationController
-
no setterinherited
-
future
→ Future<
void> -
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- hided → bool
-
no setterinherited
- hiding → bool
-
no setterinherited
- inited → bool
-
no setterinherited
- isAnimating → bool
-
no setterinherited
- isCompleted → bool
-
no setterinherited
- isDismissed → bool
-
no setterinherited
- mounted → bool
-
no setterinherited
- onHideEnd → VoidCallback?
-
no setterinherited
- onShowEnd → VoidCallback?
-
no setterinherited
- overlay → OverlayState
-
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- shouldHide ↔ bool
-
getter/setter pairinherited
- showing → bool
-
no setterinherited
- showKey → Object?
-
no setter
- showStatus → bool
-
no setterinherited
- value ↔ double
-
getter/setter pairinherited
Methods
-
close(
) → void -
如果被调用了,对象将不可用
inherited
-
hide(
) → bool -
inherited
-
hideAsync(
) → FutureOr< bool> -
inherited
-
init(
{required OverlayState overlayState, required Duration duration}) → void -
inherited
-
listenStatus(
AnimationStatus status) → void -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onCompleted(
) → void -
inherited
-
onCreateOverlayEntry(
) → void -
inherited
-
onDismissed(
) → void -
inherited
-
onRemoveOverlayEntry(
) → void -
inherited
-
setObverser(
OverlayObserver? observer) → void -
inherited
-
show(
) → bool -
inherited
-
showAsync(
) → FutureOr< bool> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited