ConfirmationDialog constructor
const
ConfirmationDialog({})
Implementation
const ConfirmationDialog({
super.key,
required this.title,
required this.message,
this.confirmText = 'Confirm',
this.cancelText = 'Cancel',
this.icon,
this.destructive = false,
});