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