NiceConfirmDialog constructor
const
NiceConfirmDialog({})
Implementation
const NiceConfirmDialog({
super.key,
required this.title,
required this.message,
this.confirmLabel = 'Potwierdź',
this.cancelLabel = 'Anuluj',
this.severity = NiceConfirmSeverity.warning,
this.icon,
this.confirmIcon,
});