LoaderDialog extension

Shows a dialog with a CircularProgressIndicator, used to indicate loading.

on

Static Methods

show(BuildContext context, {required GlobalKey<State<StatefulWidget>> keyLoader}) Future<void>
Shows a dialog with a progress indicator, used to indicate loading while blocking the user's interaction with the app.