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