VideoProperties constructor

VideoProperties({
  1. bool? autoPlay,
  2. int? end,
  3. bool? mute,
  4. Outline? outline,
  5. int? start,
})

Implementation

VideoProperties({
  this.autoPlay,
  this.end,
  this.mute,
  this.outline,
  this.start,
});