SlidingSidebarBannerProps constructor
const
SlidingSidebarBannerProps({})
Implementation
const SlidingSidebarBannerProps({
required this.title,
required this.message,
this.subtitle,
this.promoCode,
this.discount,
this.ctaText,
this.ctaHref,
this.onCtaClick,
this.onDismiss,
this.position = PromoSidebarPosition.right,
this.delayMs = 3000,
this.features,
});