locale property
Locale
get
locale
Retrieves the current locale from the LocalizationProvider.
Implementation
Locale get locale => LocalizationProvider.of(this).currentLocale;
Retrieves the current locale from the LocalizationProvider.
Locale get locale => LocalizationProvider.of(this).currentLocale;