selectionStream property

StreamController<Selected?>? selectionStream
getter/setter pair

The interaction stream of selections.

You can either get selection results by listening to it's stream, or mannually emit selections into this mark by add to it's sink.

You can also share it with other charts for sharing selections, in witch case make sure it is broadcast.

Implementation

StreamController<Selected?>? selectionStream;