subtitle property
//MULTI-SUBTITLES SUPPORT
{
"English": VideoViewerSubtitle.network(
"https://pastebin.com/raw/h9cP6N5N",
type: SubtitleType.webvtt,
),
"Spanish": VideoViewerSubtitle.network(
"https://pastebin.com/raw/wrz69aay",
type: SubtitleType.webvtt,
),
},
Implementation
final Map<String, VideoViewerSubtitle>? subtitle;