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,
  8. double? aspectRatio,
  9. VideoFeedContentPadding? contentPadding,
  10. double? itemSpacing,
  11. bool? enableAutoplay,
  12. int? gridColumns,
  13. bool? enablePictureInPicture}
)

Implementation

VideoFeedConfiguration({
  this.backgroundColor,
  this.cornerRadius,
  this.title,
  this.titlePosition,
  this.playIcon,
  this.showAdBadge,
  this.customLayoutName,
  this.aspectRatio,
  this.contentPadding,
  this.itemSpacing,
  this.enableAutoplay,
  this.gridColumns,
  this.enablePictureInPicture,
});