onShown property

Fired when the user switches to the panel.

Implementation

EventStream<JSObject> get onShown =>
    _wrapped.onShown.asStream(($c) => (JSObject window) {
          return $c(window);
        });