AITranscriberDisplayWidget constructor
const
AITranscriberDisplayWidget({
- Key? key,
- bool showBilingual = true,
- TranslationLanguage? displayTranslationLanguage,
- VoidCallback? onArrowTap,
- double maxHeightRatio = 0.15,
Implementation
const AITranscriberDisplayWidget({
super.key,
this.showBilingual = true,
this.displayTranslationLanguage,
this.onArrowTap,
this.maxHeightRatio = 0.15,
});