AlertBannerProps constructor
const
AlertBannerProps({})
Implementation
const AlertBannerProps({
required this.message,
this.title,
this.variant = AlertBannerVariant.info,
this.icon,
this.action,
this.dismissible = false,
this.onDismiss,
this.filled = false,
});