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