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