LoadingDialog class
Default loading indicator widget.
Constructors
- LoadingDialog({Widget? loaderWidget})
- Create a loading indicator widget, with a gif animation and a customizable text. The loader avoids any user interaction.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- loaderWidget → Widget?
-
Eventually a loader widget to override the default one.
final
- loading ↔ Widget
-
The custom loading widget
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
hide(
{bool scheduler = false}) → void - Hide this loader.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
show(
BuildContext context, {bool scheduler = false, required Color barrierColor}) → void - Show this loader on top of widget tree. It avoids any user interaction.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited