itemSelectionChanged property

  1. @Output()
Stream<ItemSelectionEvent> get itemSelectionChanged

Will emit ItemSelectionEvent indexes of the newly selected elements.

Implementation

@Output()
Stream<ItemSelectionEvent> get itemSelectionChanged =>
    _itemSelectionChanged.stream;