of static method
Implementation
static String Function(String text)? of(BuildContext context) {
return context
.dependOnInheritedWidgetOfExactType<NomoTextTranslator>()
?.translator;
}
static String Function(String text)? of(BuildContext context) {
return context
.dependOnInheritedWidgetOfExactType<NomoTextTranslator>()
?.translator;
}