ConfirmDialog constructor
const
ConfirmDialog({})
Implementation
const ConfirmDialog({
super.key,
required this.title,
required this.message,
required this.onConfirm,
required this.onCancel,
});
const ConfirmDialog({
super.key,
required this.title,
required this.message,
required this.onConfirm,
required this.onCancel,
});