Controls constructor
const
Controls({})
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,
});