selectionEventStream property

Stream<SelectionEvent> selectionEventStream

Listen to this stream to catch any selection/unSelection events

Implementation

Stream<SelectionEvent> get selectionEventStream => _controller.stream;