TranslatorLoadingWidget constructor
const
TranslatorLoadingWidget({})
Implementation
const TranslatorLoadingWidget({
super.key,
required this.isDownloading,
required this.isTranslating,
required this.showError,
required this.downloading,
required this.translating,
required this.done,
required this.error,
required this.attribution,
required this.confirm,
});