CaptionSelector constructor

CaptionSelector({
  1. String? customLanguageCode,
  2. LanguageCode? languageCode,
  3. CaptionSourceSettings? sourceSettings,
})

Implementation

CaptionSelector({
  this.customLanguageCode,
  this.languageCode,
  this.sourceSettings,
});