notifier property
ValueNotifier<T>
get
notifier
转为 ValueNotifier
Implementation
ValueNotifier<T> get notifier => ValueNotifier<T>(this);
转为 ValueNotifier
ValueNotifier<T> get notifier => ValueNotifier<T>(this);