menu
template_package package
documentation
locale/translations_delegate.dart
TranslationsDelegate
TranslationsDelegate const constructor
TranslationsDelegate const constructor
dark_mode
light_mode
TranslationsDelegate
constructor
const
TranslationsDelegate
(
{
bool
isTest
=
false
,
required
List
<
Locale
>
supportedLocales
,
})
Implementation
const TranslationsDelegate({this.isTest = false, required this.supportedLocales});
template_package package
documentation
locale/translations_delegate
TranslationsDelegate
TranslationsDelegate const constructor
TranslationsDelegate class