onStoryShow property

(void Function(StoryItem storyItem, int index)?) onStoryShow
final

Callback for when a story and it index is currently being shown.

Implementation

final void Function(StoryItem storyItem, int index)? onStoryShow;