BottomFloatingBannerProps constructor
const
BottomFloatingBannerProps({})
Implementation
const BottomFloatingBannerProps({
required this.title,
required this.message,
this.promoCode,
this.ctaText,
this.ctaHref,
this.onCtaClick,
this.onDismiss,
this.countdownDuration,
this.expiresAt,
this.delayMs = 2000,
});