AlertBanner.error constructor
const
AlertBanner.error({})
Error alert
Implementation
const AlertBanner.error({
required this.message,
this.title,
this.icon,
this.action,
this.dismissible = false,
this.onDismiss,
this.filled = false,
super.key,
}) : variant = AlertVariant.error;