menu
flutter_androssy package
documentation
views/text/view.dart
TextViewController
setLocale method
setLocale method
dark_mode
light_mode
setLocale
method
void
setLocale
(
Locale
?
value
)
Implementation
void setLocale(Locale? value) { onNotifyWithCallback(() => locale = value); }
flutter_androssy package
documentation
views/text/view
TextViewController
setLocale method
TextViewController class