onSelectionChanged property

EventStream<void> onSelectionChanged

Fired when an object is selected in the panel.

Implementation

EventStream<void> get onSelectionChanged =>
    _wrapped.onSelectionChanged.asStream(($c) => () {
          return $c(null);
        });