VideoPlayerButtonConfiguration constructor
- ButtonInfo? videoDetailButton,
- ButtonInfo? closeButton,
- ButtonInfo? pipButton,
- ButtonInfo? muteButton,
- ButtonInfo? unmuteButton,
- ButtonInfo? playButton,
- ButtonInfo? pauseButton,
Implementation
VideoPlayerButtonConfiguration({
this.videoDetailButton,
this.closeButton,
this.pipButton,
this.muteButton,
this.unmuteButton,
this.playButton,
this.pauseButton,
});