PlayerConfig constructor
PlayerConfig({
- bool? shouldShowSubtitles = false,
- bool? isMuted = false,
- PlayerStyle? playerStyle,
Implementation
PlayerConfig({
this.shouldShowSubtitles = false,
this.isMuted = false,
this.playerStyle,
});