VideoPlayerButtonConfiguration constructor

VideoPlayerButtonConfiguration({
  1. ButtonInfo? videoDetailButton,
  2. ButtonInfo? closeButton,
  3. ButtonInfo? muteButton,
  4. ButtonInfo? unmuteButton,
  5. ButtonInfo? playButton,
  6. ButtonInfo? pauseButton,
})

Implementation

VideoPlayerButtonConfiguration({
  this.videoDetailButton,
  this.closeButton,
  this.muteButton,
  this.unmuteButton,
  this.playButton,
  this.pauseButton,
});