ExtendedOverlay class
Constructors
- ExtendedOverlay()
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- loading → ExtendedOverlayEntry?
-
no setter
-
overlayEntryList
→ List<
ExtendedOverlayEntry> -
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- toast → ExtendedOverlayEntry?
-
no setter
Methods
-
closeAllOverlay(
) → void - 关闭所有Overlay
-
closeLoading(
) → bool -
closeOverlay(
{ExtendedOverlayEntry? entry}) → bool - 关闭最顶层的Overlay
-
closeToast(
) → bool -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
showLoading(
Loading loading) → ExtendedOverlayEntry? - loading 加载框 关闭 closeLoading();
-
showOverlay(
Widget widget, {bool autoOff = false}) → ExtendedOverlayEntry? - ********* Overlay ********* /// 自定义Overlay
-
showToast(
Toast toast) → Future< ExtendedOverlayEntry?> - Toast 关闭 closeToast();
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited