CarouselCard constructor

CarouselCard({
  1. String? callToAction,
  2. String? finalMobileUrl,
  3. String? finalUrl,
  4. String? headline,
  5. ImageAsset? marketingImage,
  6. ImageAsset? portraitMarketingImage,
  7. ImageAsset? squareMarketingImage,
})

Implementation

CarouselCard({
  this.callToAction,
  this.finalMobileUrl,
  this.finalUrl,
  this.headline,
  this.marketingImage,
  this.portraitMarketingImage,
  this.squareMarketingImage,
});