CLDialog<T> constructor
const
CLDialog<T> ({})
Creates a CLDialog.
Implementation
const CLDialog({
super.key,
required this.title,
this.subtitle,
this.onCancel,
this.onConfirm,
this.confirmLabel = 'Conferma',
this.cancelLabel = 'Annulla',
});