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