VideoContent constructor
const
VideoContent({})
Implementation
const VideoContent({
required this.url,
super.id,
this.autoPlay = false,
this.loop = false,
this.width,
this.height,
this.title,
this.subtitle,
this.externalLink,
}) : super(contentType: type);