SubtitleController constructor
SubtitleController({
- String? subtitleUrl,
- String? subtitlesContent,
- bool showSubtitles = true,
- SubtitleDecoder? subtitleDecoder,
- SubtitleType subtitleType = SubtitleType.webvtt,
Implementation
SubtitleController({
this.subtitleUrl,
this.subtitlesContent,
this.showSubtitles = true,
this.subtitleDecoder,
this.subtitleType = SubtitleType.webvtt,
});