VideoConfig constructor

const VideoConfig({
  1. double? aspectRatio,
  2. VideoBuilder? builder,
  3. bool autoPlay = false,
  4. bool autoInitialize = true,
  5. bool looping = false,
})

Implementation

const VideoConfig({
  this.aspectRatio,
  this.builder,
  this.autoPlay = false,
  this.autoInitialize = true,
  this.looping = false,
});