CustomDialog constructor
CustomDialog({})
Implementation
CustomDialog(
{this.isErrorDialog = false,
this.message,
this.title,
this.isAtsignForm = false,
this.showClose = false,
this.atsign = '',
this.isQR = false,
this.onSubmit,
this.onValidate,
this.onLimitExceed,
this.onClose,
this.context});