statusChanged property

Stream<ControlStatus> get statusChanged
inherited

A Stream that emits the status every time it changes.

Implementation

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