StackedCard constructor
const
StackedCard({})
Implementation
const StackedCard(
{Key? key,
required this.cardData,
required this.index,
this.onDeeplinkTap,
this.deepLinkPrefix,
this.titleStyle,
this.descriptionStyle,
this.backgroundcolor,
this.startAutoplay,
this.stopAutoplay})
: super(key: key);