StoryBlockConfiguration constructor Null safety
- {VideoPlayerCompleteAction? videoCompleteAction,
- bool? showPlaybackButton,
- bool? showBranding,
- VideoPlayerCTADelay? ctaDelay,
- VideoPlayerCTADelay? ctaHighlightDelay,
- VideoPlayerCTAWidth? ctaWidth}
Implementation
StoryBlockConfiguration({
this.videoCompleteAction,
this.showShareButton,
this.showPlaybackButton,
this.showBranding,
this.ctaDelay,
this.ctaHighlightDelay,
this.shareBaseURL,
this.ctaWidth,
});