stateStream property
A Stream of state changes used and updated for watching over changes in state of the element or component.
Implementation
Stream<StateChange<T>> get stateStream => _stateController.stream;
A Stream of state changes used and updated for watching over changes in state of the element or component.
Stream<StateChange<T>> get stateStream => _stateController.stream;