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