VideoPlayerConfiguration constructor Null safety
- {VideoPlayerStyle? playerStyle,
- VideoPlayerCompleteAction? videoCompleteAction,
- VideoPlayerCTAStyle? ctaButtonStyle,
- bool? showPlaybackButton,
- bool? showMuteButton,
- bool? showBranding,
- VideoPlayerCTADelay? ctaDelay,
- VideoPlayerCTADelay? ctaHighlightDelay,
- 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,
});