locale static method
Implementation
static Locale? locale(
BuildContext context,
) {
final localeInheritedWidget =
context.dependOnInheritedWidgetOfExactType<LocaleInheritedWidget>();
return localeInheritedWidget?.locale;
}
static Locale? locale(
BuildContext context,
) {
final localeInheritedWidget =
context.dependOnInheritedWidgetOfExactType<LocaleInheritedWidget>();
return localeInheritedWidget?.locale;
}