CircleStoryConfiguration constructor

CircleStoryConfiguration({
  1. String? backgroundColor,
  2. VideoFeedPlayIconConfiguration? playIcon,
  3. bool? showAdBadge,
  4. bool? enableAutoplay,
  5. ReplayBadgeConfiguration? replayBadge,
  6. VideoFeedShadowConfiguration? shadow,
  7. VideoFeedPadding? contentPadding,
  8. double? itemSpacing,
})

Implementation

CircleStoryConfiguration({
  this.backgroundColor,
  this.playIcon,
  this.showAdBadge,
  this.enableAutoplay,
  this.replayBadge,
  this.shadow,
  this.contentPadding,
  this.itemSpacing,
});