VideoConfig constructor
const
VideoConfig({
- double? aspectRatio,
- VideoBuilder? builder,
- bool autoPlay = false,
- bool autoInitialize = true,
- bool looping = false,
Implementation
const VideoConfig({
this.aspectRatio,
this.builder,
this.autoPlay = false,
this.autoInitialize = true,
this.looping = false,
});