VideoFeedConfiguration constructor Null safety
- {String? backgroundColor,
- double? cornerRadius,
- VideoFeedTitleConfiguration? title,
- VideoFeedTitlePosition? titlePosition,
- VideoFeedPlayIconConfiguration? playIcon,
- bool? showAdBadge}
Implementation
VideoFeedConfiguration({
this.backgroundColor,
this.cornerRadius,
this.title,
this.titlePosition,
this.playIcon,
this.showAdBadge,
});