VideoPlayerConfiguration constructor Null safety

VideoPlayerConfiguration(
  1. {VideoPlayerStyle? playerStyle,
  2. VideoPlayerCompleteAction? videoCompleteAction,
  3. bool? showShareButton,
  4. VideoPlayerCTAStyle? ctaButtonStyle,
  5. bool? showPlaybackButton,
  6. bool? showMuteButton,
  7. VideoLaunchBehavior? launchBehavior,
  8. bool? showBranding}
)

Implementation

VideoPlayerConfiguration({
  this.playerStyle,
  this.videoCompleteAction,
  this.showShareButton,
  this.ctaButtonStyle,
  this.showPlaybackButton,
  this.showMuteButton,
  this.launchBehavior,
  this.showBranding,
});