ArcaneAlertDialog constructor
const
ArcaneAlertDialog({})
Implementation
const ArcaneAlertDialog({
required this.title,
required this.message,
this.buttonText = 'OK',
this.onDismiss,
this.icon,
super.key,
});