Controls constructor

const Controls({
  1. bool backward = true,
  2. bool forward = true,
  3. bool bigPlayButton = true,
  4. bool currentTime = true,
  5. bool fullscreen = true,
  6. bool mute = true,
  7. bool pictureInPicture = true,
  8. bool playPause = true,
  9. bool seekBar = true,
  10. bool settings = true,
  11. bool branding = true,
})

Implementation

const Controls({
  this.backward = true,
  this.forward = true,
  this.bigPlayButton = true,
  this.currentTime = true,
  this.fullscreen = true,
  this.mute = true,
  this.pictureInPicture = true,
  this.playPause = true,
  this.seekBar = true,
  this.settings = true,
  this.branding = true,
});