Video constructor
const
Video({})
Implementation
const Video({
super.key,
required this.source,
this.width,
this.height,
this.defaultText = 'Video cannot be played.',
this.showControls = true,
this.autoplay = false,
this.loop = false,
this.muted = false,
this.poster,
});