StoriesStepViewed constructor

const StoriesStepViewed({
  1. required int itemIndex,
  2. int? itemTotal,
  3. String? storyId,
  4. String? frameId,
})

Implementation

const StoriesStepViewed({
  required this.itemIndex,
  this.itemTotal,
  this.storyId,
  this.frameId,
});