FlutterStoriesViewer constructor

const FlutterStoriesViewer({
  1. Key? key,
  2. required StoryModel storyModel,
  3. dynamic onVideoEvent(
    1. bool isInited,
    2. Duration currnetPosition
    )?,
  4. Widget? loadingWidget,
})

FlutterStoriesViewer

Implementation

const FlutterStoriesViewer({
  Key? key,
  required this.storyModel,
  this.onVideoEvent,
  this.loadingWidget,
}) : super(key: key);