BannerEvent constructor
const
BannerEvent({})
Implementation
const BannerEvent({
required super.id,
required super.message,
this.type = BannerType.info,
this.actions = const [],
super.priority = 1, // Banners typically higher priority than snackbars
super.duration, // Banners often persist until dismissed
super.tags,
super.dismissible = true,
super.metadata,
});