PromoModalProps constructor
const
PromoModalProps({})
Implementation
const PromoModalProps({
required this.title,
required this.subtitle,
this.description,
this.promoCode,
this.discount,
this.ctaText,
this.ctaHref,
this.onCtaClick,
this.onDismiss,
this.delayMs = 1000,
this.countdownDuration,
this.heroImage,
});