locale property

ValueNotifier<Locale> locale

A ValueListenable with current locale.

Implementation

static ValueNotifier<Locale> get locale => LocaleStore.locale;