CommonDialog constructor
const
CommonDialog({
- dynamic contentWidget,
- dynamic contentStr,
- dynamic noFun,
- dynamic yesFun,
- dynamic noStr,
- dynamic yesStr,
- dynamic titleStr,
- dynamic canCancel = true,
- dynamic hintNo = false,
- dynamic hintYes = false,
- dynamic clickYesToDissmiss = true,
- dynamic clickNoToDissmiss = true,
- Key? key,
Implementation
const CommonDialog({
this.contentWidget,
this.contentStr,
this.noFun,
this.yesFun,
this.noStr,
this.yesStr,
this.titleStr,
this.canCancel = true,
this.hintNo = false,
this.hintYes = false,
this.clickYesToDissmiss = true,
this.clickNoToDissmiss = true,
Key? key,
}) : super(key: key);