stateStream property

Stream<ButtonState> stateStream

A read-only stream of the button state

Implementation

Stream<ButtonState> get stateStream => _state.stream;