BasicLoadingController class

Constructors

BasicLoadingController()

Properties

currentOverlayEntry BasicLoadingOverlayEntry?
no setter
defaultW Widget
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statusLoading bool
no setter
w Widget?
no setter

Methods

dismiss() → void
initBasicLoading(BuildContext context, Widget? child) Widget
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
openAndDismissLoading<T>(AsyncValueGetter<T?> callback) Future<T?>
setCurrentOverlayEntry(BasicLoadingOverlayEntry? overlayEntry) → void
setDefaultW(Widget widget) → void
setStatusLoading(bool status) → void
setW(Widget? widget) → void
show() → void
toString() String
A string representation of this object.
inherited

Operators

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