LoadingDialog constructor
LoadingDialog({
- required BuildContext context,
- bool allowDismiss = false,
- int style = 1,
Implementation
LoadingDialog({
required this.context,
this.allowDismiss = false,
this.style = 1});