VideoPlayerItem constructor
VideoPlayerItem({})
Implementation
VideoPlayerItem({
this.title,
required this.linkType,
this.url,
this.file,
this.loop = false,
this.autoplay = false,
this.muted = false,
super.layout,
}) : super(schemaType: schemaName);