notifier property

ValueNotifier<T> get notifier

创建一个带有初始值的 ValueNotifier

Implementation

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