OverlayActionMixin mixin

Properties

autoDismissLoading bool
页面生命周期结束时、取消自动隐藏 dialog
no setter
autoDismissToast bool
页面生命周期结束时、取消自动隐藏toast
no setter
hashCode int
The hash code for this object.
no setterinherited
overlayAction OverlayAction?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

dismissLoading() → void
dismissToast() → void
disposeOverlayAction() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setOverlayAction(OverlayAction? action) → void
showLoading({Widget? widget}) → void
toast(String message, {int duration = 2, ToastAlignment alignment = ToastAlignment.bottom, Widget? widget}) → void
toString() String
A string representation of this object.
inherited

Operators

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