ProgressDialog constructor

ProgressDialog(
  1. BuildContext context, {
  2. Widget? child,
  3. bool dismissible = false,
})

Implementation

ProgressDialog(this.context, {this.child, this.dismissible = false});