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