VideoPlayer constructor
const
VideoPlayer({})
Implementation
const VideoPlayer({
required this.source,
this.aspectRatio = 16 / 9,
this.autoPlay = false,
this.muted = false,
this.config,
super.key,
});
const VideoPlayer({
required this.source,
this.aspectRatio = 16 / 9,
this.autoPlay = false,
this.muted = false,
this.config,
super.key,
});