onHidden property
      
      EventStream<void> 
      get
      onHidden
      
    
    
Fired when the sidebar pane becomes hidden as a result of the user switching away from the panel that hosts the sidebar pane.
Implementation
EventStream<void> get onHidden => _wrapped.onHidden.asStream(($c) => () {
      return $c(null);
    });