CustomPwdDialog constructor

CustomPwdDialog({
  1. required Function dialogCallBack,
  2. required Function cancelCallback,
})

Implementation

CustomPwdDialog({required this.dialogCallBack, required this.cancelCallback});