VideoFeedConfiguration constructor Null safety

VideoFeedConfiguration(
  1. {String? backgroundColor,
  2. double? cornerRadius,
  3. VideoFeedTitleConfiguration? title,
  4. VideoFeedTitlePosition? titlePosition,
  5. VideoFeedPlayIconConfiguration? playIcon,
  6. bool? showAdBadge,
  7. String? customLayoutName}
)

Implementation

VideoFeedConfiguration({
  this.backgroundColor,
  this.cornerRadius,
  this.title,
  this.titlePosition,
  this.playIcon,
  this.showAdBadge,
  this.customLayoutName,
});