ProgressDialog constructor

ProgressDialog(BuildContext buildContext, ProgressDialogType progressDialogtype)

Implementation

ProgressDialog(
    BuildContext buildContext, ProgressDialogType progressDialogtype) {
  _buildContext = buildContext;

  _progressDialogType = progressDialogtype;
}