NsgProgressDialogWidget constructor
NsgProgressDialogWidget({})
Implementation
NsgProgressDialogWidget(
{super.key,
required this.text,
required this.dialogWidget,
required this.canStopped,
required this.requestStop,
required this.textDialog,
required this.cancelToken,
required this.visible,
this.delay = 500});