ConfirmDialogWidget constructor
const
ConfirmDialogWidget({})
Creates a confirmation dialog.
Implementation
const ConfirmDialogWidget({
super.key,
required this.title,
required this.message,
this.confirmLabel = 'Confirm',
this.cancelLabel = 'Cancel',
this.destructive = false,
});