localeNotifier property
Implementation
static final ValueNotifier<Locale> localeNotifier = ValueNotifier<Locale>(
const Locale('en', 'US'),
);
static final ValueNotifier<Locale> localeNotifier = ValueNotifier<Locale>(
const Locale('en', 'US'),
);