show method

void show()

Show progress dialog

Implementation

void show() async {
  if (!_show) {
    _show = true;
    _DDProgressDialogWidgetState._show = _show;
    _showDialog();
  }
}