menu
fluttery_framework package
documentation
view/app_state.dart
AppState<T extends StatefulWidget>
onLocale method
onLocale method
dark_mode
light_mode
onLocale
method
Locale
?
onLocale
(
)
inherited
Returns current
Locale
if any.
Implementation
Locale? onLocale() => inLocale != null ? inLocale!() : null;
fluttery_framework package
documentation
view/app_state
AppState<T extends StatefulWidget>
onLocale method
AppState class