localeNotifier property
ValueNotifier<Locale>
get
localeNotifier
语言变化监听器
Locale change notifier.
用于监听语言变化,配合 ValueListenableBuilder 实现响应式 UI。 Used to listen for locale changes, works with ValueListenableBuilder for reactive UI.
Implementation
static ValueNotifier<Locale> get localeNotifier => PlayerI18n.localeNotifier;