GuideStepClicked constructor

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

Implementation

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