LoadingDialog constructor

LoadingDialog({
  1. Widget? loaderWidget,
})

Create a loading indicator widget, with a gif animation and a customizable text. The loader avoids any user interaction.

To show/hide the widget call the show/hide functions.

Implementation

LoadingDialog({
  this.loaderWidget,
});