AuiAlert.danger constructor
const
AuiAlert.danger({})
Creates a danger / error alert.
Implementation
const AuiAlert.danger({
super.key,
this.title,
this.description,
this.icon,
this.onDismiss,
this.action,
this.showIcon = true,
}) : variant = AlertVariant.danger;