VideoPlayerConfiguration constructor Null safety

VideoPlayerConfiguration(
  1. {VideoPlayerStyle? playerStyle,
  2. VideoPlayerCompleteAction? videoCompleteAction,
  3. bool? showShareButton,
  4. VideoPlayerCTAStyle? ctaButtonStyle,
  5. bool? showPlaybackButton,
  6. bool? showMuteButton,
  7. bool? showBranding,
  8. VideoPlayerCTADelay? ctaDelay,
  9. VideoPlayerCTADelay? ctaHighlightDelay,
  10. String? shareBaseURL,
  11. VideoPlayerCTAWidth? ctaWidth}
)

Implementation

VideoPlayerConfiguration({
  this.playerStyle,
  this.videoCompleteAction,
  this.showShareButton,
  this.ctaButtonStyle,
  this.showPlaybackButton,
  this.showMuteButton,
  this.showBranding,
  this.ctaDelay,
  this.ctaHighlightDelay,
  this.shareBaseURL,
  this.ctaWidth,
});