ArcaneAlertBanner.success constructor
const
ArcaneAlertBanner.success({})
Implementation
const ArcaneAlertBanner.success({
required this.message,
this.title,
this.icon,
this.action,
this.dismissible = false,
this.onDismiss,
this.filled = false,
super.key,
}) : variant = AlertBannerVariant.success;