valueChanges property

Stream<T?> valueChanges

A Stream that emits the value of the control every time it changes.

Implementation

Stream<T?> get valueChanges => _valueChanges.stream;