selectionChange property

  1. @Output('selectionChange')
Stream<SelectionChangeEvent> get selectionChange

Implementation

@Output('selectionChange')
Stream<SelectionChangeEvent> get selectionChange =>
    _selectionChangeController.stream;