AlertDialogConfig constructor
const
AlertDialogConfig({})
Implementation
const AlertDialogConfig({
required this.title,
required this.content,
this.cancelText,
this.confirmText,
this.isDestructive = false,
this.onConfirm,
});