AtomicAlertDialog constructor
const
AtomicAlertDialog({
- Key? key,
- String title = '',
- String content = '',
- String cancelText = '',
- String confirmText = '',
- bool isDestructive = false,
- VoidCallback? onConfirm,
- VoidCallback? onCancel,
Implementation
const AtomicAlertDialog({
super.key,
this.title = '',
this.content = '',
this.cancelText = '',
this.confirmText = '',
this.isDestructive = false,
this.onConfirm,
this.onCancel,
});