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