StoriesStepClicked constructor

const StoriesStepClicked({
  1. required int itemIndex,
  2. String? ctaLabel,
  3. String? actionType,
  4. String? actionUrl,
  5. String? frameId,
})

Implementation

const StoriesStepClicked({
  required this.itemIndex,
  this.ctaLabel,
  this.actionType,
  this.actionUrl,
  this.frameId,
});