statusChanged property

Stream<ControlStatus> statusChanged

A Stream that emits the status every time it changes.

Implementation

Stream<ControlStatus> get statusChanged => _statusChanges.stream;