LoadingDialog constructor

LoadingDialog({
  1. required BuildContext context,
  2. bool allowDismiss = false,
  3. int style = 1,
})

Implementation

LoadingDialog({
  required this.context,
  this.allowDismiss = false,
  this.style = 1});