NsgProgressDialog constructor

NsgProgressDialog({
  1. int? delay,
  2. bool showPercents = false,
  3. double percent = 0,
  4. bool? canStopped = false,
  5. Function? requestStop,
  6. String textDialog = '',
  7. NsgCancelToken? cancelToken,
  8. BuildContext? context,
})

Implementation

NsgProgressDialog(
    {this.delay,
    this.showPercents = false,
    this.percent = 0,
    this.canStopped = false,
    this.requestStop,
    this.textDialog = '',
    this.cancelToken,
    this.context});