StoryVideo constructor

StoryVideo(
  1. VideoLoader videoLoader, {
  2. Key? key,
  3. StoryController? storyController,
  4. Widget? loadingWidget,
  5. Widget? errorWidget,
})

Implementation

StoryVideo(this.videoLoader, {
  Key? key,
  this.storyController,
  this.loadingWidget,
  this.errorWidget,
}) : super(key: key ?? UniqueKey());