notifier property

ValueNotifier<T> get notifier

转为 ValueNotifier

Implementation

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