VideoFeed constructor
const
VideoFeed({ - Key? key,
- required VideoFeedSource source,
- String? channel,
- String? playlist,
- String? playlistGroup,
- Map<String, List<String>>? dynamicContentParameters,
- String? hashtagFilterExpression,
- List<String>? productIds,
- String? contentId,
- VideoFeedMode? mode,
- bool? enablePictureInPicture,
- double? width,
- double? height,
- bool? wantKeepAlive,
- VideoFeedConfiguration? videoFeedConfiguration,
- VideoPlayerConfiguration? videoPlayerConfiguration,
- AdConfiguration? adConfiguration,
- VideoFeedCreatedCallback? onVideoFeedCreated,
- VideoFeedLoadFinishedCallback? onVideoFeedLoadFinished,
- VideoFeedEmptyCallback? onVideoFeedEmpty,
- VideoFeedDidStartPictureInPictureCallback? onVideoFeedDidStartPictureInPicture,
- VideoFeedDidStopPictureInPictureCallback? onVideoFeedDidStopPictureInPicture,
- VideoFeedGetFeedIdCallback? onVideoFeedGetFeedId,
})
Implementation
const VideoFeed({
Key? key,
required this.source,
this.channel,
this.playlist,
this.playlistGroup,
this.dynamicContentParameters,
this.hashtagFilterExpression,
this.productIds,
this.contentId,
this.mode,
this.enablePictureInPicture,
this.width,
this.height,
this.wantKeepAlive,
this.videoFeedConfiguration,
this.videoPlayerConfiguration,
this.adConfiguration,
this.onVideoFeedCreated,
this.onVideoFeedLoadFinished,
this.onVideoFeedEmpty,
this.onVideoFeedDidStartPictureInPicture,
this.onVideoFeedDidStopPictureInPicture,
this.onVideoFeedGetFeedId,
}) : super(key: key);