ConfirmationDialog constructor
const
ConfirmationDialog({})
Implementation
const ConfirmationDialog({
super.key,
required this.title,
required this.message,
required this.onConfirm,
this.confirmText = 'Confirm',
this.cancelText = 'Cancel',
this.confirmColor = Colors.red,
});