CLConfirmationDialog constructor
const
CLConfirmationDialog({})
Creates a CLConfirmationDialog.
Implementation
const CLConfirmationDialog({
super.key,
required this.title,
required this.message,
this.confirmLabel = 'Conferma',
this.cancelLabel = 'Annulla',
this.isDestructive = false,
this.icon,
});