show method
void
show()
Show progress dialog
Implementation
void show() async {
if (!_show) {
_show = true;
_DDProgressDialogWidgetState._show = _show;
_showDialog();
}
}
Show progress dialog
void show() async {
if (!_show) {
_show = true;
_DDProgressDialogWidgetState._show = _show;
_showDialog();
}
}