CarouselStepClicked constructor

const CarouselStepClicked({
  1. required int itemIndex,
  2. String? elementId,
  3. String? ctaLabel,
  4. String? actionType,
  5. String? actionUrl,
  6. String? itemId,
})

Implementation

const CarouselStepClicked({
  required this.itemIndex,
  this.elementId,
  this.ctaLabel,
  this.actionType,
  this.actionUrl,
  this.itemId,
});