TranslationProvider constructor
const
TranslationProvider({})
Implementation
const TranslationProvider({
super.key,
this.delegate,
this.defaultLocale,
this.connection = false,
this.listening = false,
this.notifiable = false,
this.showLogs = false,
this.supportedLocales = const [],
this.paths,
this.onReady,
required this.child,
});