CircleStoryConfiguration constructor
- String? backgroundColor,
- VideoFeedPlayIconConfiguration? playIcon,
- bool? showAdBadge,
- bool? enableAutoplay,
- ReplayBadgeConfiguration? replayBadge,
- VideoFeedShadowConfiguration? shadow,
- VideoFeedPadding? contentPadding,
- double? itemSpacing,
Implementation
CircleStoryConfiguration({
this.backgroundColor,
this.playIcon,
this.showAdBadge,
this.enableAutoplay,
this.replayBadge,
this.shadow,
this.contentPadding,
this.itemSpacing,
});