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