getCurrentLocale static method
Get the current locale from context
Implementation
static Locale getCurrentLocale(BuildContext context) {
return Localizations.localeOf(context);
}
Get the current locale from context
static Locale getCurrentLocale(BuildContext context) {
return Localizations.localeOf(context);
}