EnabledButtons constructor

const EnabledButtons({
  1. bool playPauseAndRepeat = true,
  2. bool rewindAndfastForward = true,
  3. bool videoFit = true,
  4. bool muteAndSound = true,
  5. bool pip = true,
  6. bool fullscreen = true,
  7. bool playBackSpeed = true,
})

Implementation

const EnabledButtons({
  this.playPauseAndRepeat = true,
  this.rewindAndfastForward = true,
  this.videoFit = true,
  this.muteAndSound = true,
  this.pip = true,
  this.fullscreen = true,
  this.playBackSpeed = true,
});