menu
flutter_andomie package
documentation
utils/translation.dart
TranslationMixin<S extends StatefulWidget>
changeLocale method
changeLocale method
dark_mode
light_mode
changeLocale
method
void
changeLocale
(
Locale
?
value
)
Implementation
void changeLocale(Locale? value) => Translation.changeLocale(value);
flutter_andomie package
documentation
utils/translation
TranslationMixin<S extends StatefulWidget>
changeLocale method
TranslationMixin mixin