LoadingDialog constructor
- required BuildContext buildContext,
Constructor for LoadingDialog.
- buildContext: The
BuildContextof the widget where the dialog will be displayed.
Implementation
LoadingDialog({required this.buildContext});
Constructor for LoadingDialog.
BuildContext of the widget where the dialog
will be displayed.LoadingDialog({required this.buildContext});