DialogWidget.progress constructor
DialogWidget.progress({
- DialogStyle? style,
- bool closable = false,
Implementation
DialogWidget.progress({
DialogStyle? style,
this.closable = false
}): _widget = DialogFactory(style ?? DialogHelper.defaultStyle).progress();