VideoFeedConfiguration constructor

VideoFeedConfiguration(
  1. {String? backgroundColor,
  2. double? cornerRadius,
  3. VideoFeedTitleConfiguration? title,
  4. VideoFeedTitlePosition? titlePosition,
  5. VideoFeedPadding? titlePadding,
  6. VideoFeedPlayIconConfiguration? playIcon,
  7. bool? showAdBadge,
  8. double? aspectRatio,
  9. VideoFeedPadding? contentPadding,
  10. double? itemSpacing,
  11. bool? enableAutoplay,
  12. int? gridColumns,
  13. ReplayBadgeConfiguration? replayBadge,
  14. VideoFeedShadowConfiguration? shadow}
)

Implementation

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