ArcaneAlert.warning constructor
const
ArcaneAlert.warning({})
Implementation
const ArcaneAlert.warning({
this.title,
this.message,
this.child,
this.style = AlertStyle.subtle,
this.icon,
this.showIcon = true,
this.dismissible = false,
this.onDismiss,
this.action,
super.key,
}) : color = ColorVariant.warning;