AITranscriberDisplayWidget constructor

const AITranscriberDisplayWidget({
  1. Key? key,
  2. bool showBilingual = true,
  3. TranslationLanguage? displayTranslationLanguage,
  4. VoidCallback? onArrowTap,
  5. double maxHeightRatio = 0.15,
})

Implementation

const AITranscriberDisplayWidget({
  super.key,
  this.showBilingual = true,
  this.displayTranslationLanguage,
  this.onArrowTap,
  this.maxHeightRatio = 0.15,
});