changeNotifier property

ChangeNotifier get changeNotifier

A ChangeNotifier suitable for UI rebuild triggers.

In practice, FormControl implements ChangeNotifier, so listening to this notifier will rebuild whenever the control emits changes (value, state, etc.).

Implementation

ChangeNotifier get changeNotifier => formControl;