MinimizablePromoProps constructor
const
MinimizablePromoProps({})
Implementation
const MinimizablePromoProps({
required this.title,
required this.message,
this.promoCode,
this.discount,
this.ctaText,
this.ctaHref,
this.onCtaClick,
this.onDismiss,
this.tabLabel = 'DEAL',
this.delayMs = 2000,
});