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