VideoView constructor
const
VideoView(})
Implementation
const VideoView(this.url,
{Key? key,
this.cover = "",
this.autoPlay = false,
this.looping = false,
this.aspectRatio = 16 / 9})
: super(key: key);