LoadingDialog constructor

LoadingDialog({
  1. required BuildContext buildContext,
})

Constructor for LoadingDialog.

  • buildContext: The BuildContext of the widget where the dialog will be displayed.

Implementation

LoadingDialog({required this.buildContext});