ProgressDialog constructor
ProgressDialog(
- BuildContext context, {
- Widget? child,
- bool dismissible = false,
Implementation
ProgressDialog(this.context, {this.child, this.dismissible = false});