UArVideoOptions constructor

const UArVideoOptions({
  1. bool loop = true,
  2. bool muted = true,
  3. bool autoplay = true,
  4. double volume = 1,
})

Implementation

const UArVideoOptions({this.loop = true, this.muted = true, this.autoplay = true, this.volume = 1});