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