MediaPlaybackPreference constructor

const MediaPlaybackPreference({
  1. bool muted = true,
  2. bool autoplay = true,
  3. VideoSize videoSize = (width: null, height: null),
  4. double videoScale = 1.0,
})

Create preference

Implementation

const MediaPlaybackPreference(
    {this.muted = true,
    this.autoplay = true,
    this.videoSize = (width: null, height: null),
    this.videoScale = 1.0});