ConfirmationDialog constructor
const
ConfirmationDialog({})
Implementation
const ConfirmationDialog({
super.key,
this.theme,
this.title,
this.message,
this.confirmButtonText,
this.cancelButtonText,
});
const ConfirmationDialog({
super.key,
this.theme,
this.title,
this.message,
this.confirmButtonText,
this.cancelButtonText,
});