const
VideoFeed(- {Key? key,
- required VideoFeedSource source,
- String? channel,
- String? playlist,
- String? playlistGroup,
- Map<String, List<String>>? dynamicContentParameters,
- VideoFeedMode mode = VideoFeedMode.row,
- double? width,
- double? height,
- VideoFeedConfiguration? videoFeedConfiguration,
- VideoPlayerConfiguration? videoPlayerConfiguration,
- AdConfiguration? adConfiguration,
- VideoFeedLoadFinishedCallback? onVideoFeedLoadFinished,
- VideoFeedCreatedCallback? onVideoFeedCreated}
)
Implementation
const VideoFeed({
Key? key,
required this.source,
this.channel,
this.playlist,
this.playlistGroup,
this.dynamicContentParameters,
this.mode = VideoFeedMode.row,
this.width,
this.height,
this.videoFeedConfiguration,
this.videoPlayerConfiguration,
this.adConfiguration,
this.onVideoFeedLoadFinished,
this.onVideoFeedCreated,
}) : super(key: key);