notifier property

ValueNotifier<T> notifier

转为 ValueNotifier

Implementation

ValueNotifier<T> get notifier => ValueNotifier<T>(this);