menu
yuro package
documentation
yuro_app/src/yuro_app_ext.dart
YuroAppExt
changeLocale method
changeLocale method
dark_mode
light_mode
changeLocale
method
void
changeLocale
(
Locale
?
locale
)
Implementation
void changeLocale(Locale? locale) => _appController.locale = locale;
yuro package
documentation
yuro_app/src/yuro_app_ext
YuroAppExt
changeLocale method
YuroAppExt extension on
YuroInterface