CircleStory constructor

const CircleStory({
  1. Key? key,
  2. required VideoFeedSource source,
  3. String? channel,
  4. String? playlist,
  5. String? playlistGroup,
  6. Map<String, List<String>>? dynamicContentParameters,
  7. String? hashtagFilterExpression,
  8. List<String>? productIds,
  9. String? contentId,
  10. bool? enablePictureInPicture,
  11. double? width,
  12. double? height,
  13. bool? wantKeepAlive,
  14. CircleStoryConfiguration? circleStoryConfiguration,
  15. VideoPlayerConfiguration? videoPlayerConfiguration,
  16. AdConfiguration? adConfiguration,
  17. CircleStoryCreatedCallback? onCircleStoryCreated,
  18. CircleStoryLoadFinishedCallback? onCircleStoryLoadFinished,
  19. CircleStoryEmptyCallback? onCircleStoryEmpty,
  20. CircleStoryDidStartPictureInPictureCallback? onCircleStoryDidStartPictureInPicture,
  21. CircleStoryDidStopPictureInPictureCallback? onCircleStoryDidStopPictureInPicture,
  22. CircleStoryGetFeedIdCallback? onCircleStoryGetFeedId,
})

Implementation

const CircleStory({
  Key? key,
  required this.source,
  this.channel,
  this.playlist,
  this.playlistGroup,
  this.dynamicContentParameters,
  this.hashtagFilterExpression,
  this.productIds,
  this.contentId,
  this.enablePictureInPicture,
  this.width,
  this.height,
  this.wantKeepAlive,
  this.circleStoryConfiguration,
  this.videoPlayerConfiguration,
  this.adConfiguration,
  this.onCircleStoryCreated,
  this.onCircleStoryLoadFinished,
  this.onCircleStoryEmpty,
  this.onCircleStoryDidStartPictureInPicture,
  this.onCircleStoryDidStopPictureInPicture,
  this.onCircleStoryGetFeedId,
}) : super(key: key);