StoryBlockConfiguration constructor Null safety

StoryBlockConfiguration(
  1. {VideoPlayerCompleteAction? videoCompleteAction,
  2. bool? showShareButton,
  3. bool? showPlaybackButton,
  4. bool? showBranding,
  5. VideoPlayerCTADelay? ctaDelay,
  6. VideoPlayerCTADelay? ctaHighlightDelay,
  7. String? shareBaseURL,
  8. VideoPlayerCTAWidth? ctaWidth,
  9. bool? showVideoDetailTitle}
)

Implementation

StoryBlockConfiguration({
  this.videoCompleteAction,
  this.showShareButton,
  this.showPlaybackButton,
  this.showBranding,
  this.ctaDelay,
  this.ctaHighlightDelay,
  this.shareBaseURL,
  this.ctaWidth,
  this.showVideoDetailTitle,
});