CaptionSelector constructor
CaptionSelector({
- String? customLanguageCode,
- LanguageCode? languageCode,
- CaptionSourceSettings? sourceSettings,
Implementation
CaptionSelector({
this.customLanguageCode,
this.languageCode,
this.sourceSettings,
});