valueNotifier property

ControlValue<T> get valueNotifier

Low-level value notifier for the control.

Useful when you need to react specifically to value changes. Prefer changeNotifier when you want to rebuild on any control state change.

Implementation

ControlValue<T> get valueNotifier => formControl.valueNotifier;