AITranscriberSettingsPage constructor

const AITranscriberSettingsPage({
  1. Key? key,
  2. VoidCallback? onClose,
  3. List<SourceLanguage>? sourceLanguages,
  4. List<TranslationLanguage>? translationLanguages,
})

Implementation

const AITranscriberSettingsPage({
  super.key,
  this.onClose,
  this.sourceLanguages,
  this.translationLanguages,
});