VideoPlayerConfiguration constructor Null safety

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

Implementation

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