CircleStory constructor
const
CircleStory({ - Key? key,
- required VideoFeedSource source,
- String? channel,
- String? playlist,
- String? playlistGroup,
- Map<String, List<String>>? dynamicContentParameters,
- String? hashtagFilterExpression,
- List<String>? productIds,
- String? contentId,
- bool? enablePictureInPicture,
- double? width,
- double? height,
- bool? wantKeepAlive,
- CircleStoryConfiguration? circleStoryConfiguration,
- VideoPlayerConfiguration? videoPlayerConfiguration,
- AdConfiguration? adConfiguration,
- CircleStoryCreatedCallback? onCircleStoryCreated,
- CircleStoryLoadFinishedCallback? onCircleStoryLoadFinished,
- CircleStoryEmptyCallback? onCircleStoryEmpty,
- CircleStoryDidStartPictureInPictureCallback? onCircleStoryDidStartPictureInPicture,
- CircleStoryDidStopPictureInPictureCallback? onCircleStoryDidStopPictureInPicture,
- 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);