ConfirmationDialogOptions constructor
const
ConfirmationDialogOptions({
- DialogType type = DialogType.warning,
- bool barrierDismissible = true,
- bool showCancel = true,
- Color? confirmButtonColor,
- Color? cancelButtonColor,
Extra options for the confirmation dialog.
Implementation
const ConfirmationDialogOptions({
this.type = DialogType.warning,
this.barrierDismissible = true,
this.showCancel = true,
this.confirmButtonColor,
this.cancelButtonColor,
});