progress_loader_overlay library

Classes

ProgressLoader
Can be used to show a widget in an overlay to indicate loading.
ProgressLoaderWidgetController
WillPopScopeLoader
Use this class instead of WillPopScope to control the ProgressLoader when the user tries dismiss the enclosing ModalRoute.

Typedefs

ProgressLoaderWidgetBuilder = Widget Function(BuildContext context, ProgressLoaderWidgetController controller)
Signature for a function that creates a widget, e.g. StatelessWidget.build or State.build.