ArcaneAlert.info constructor
const
ArcaneAlert.info({})
Implementation
const ArcaneAlert.info({
this.title,
this.message,
this.child,
this.variant = AlertVariant.subtle,
this.icon,
this.showIcon = true,
this.dismissible = false,
this.onDismiss,
this.action,
super.key,
}) : severity = AlertSeverity.info;