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