CarouselCard constructor
CarouselCard({
- String? callToAction,
- String? finalMobileUrl,
- String? finalUrl,
- String? headline,
- ImageAsset? marketingImage,
- ImageAsset? portraitMarketingImage,
- ImageAsset? squareMarketingImage,
Implementation
CarouselCard({
this.callToAction,
this.finalMobileUrl,
this.finalUrl,
this.headline,
this.marketingImage,
this.portraitMarketingImage,
this.squareMarketingImage,
});