selectedChange property

  1. @Output.new()
Stream<bool> get selectedChange

Fired when the selection state changes.

Implementation

@Output()
Stream<bool> get selectedChange => _selectionController.stream;