onShown property
EventStream<JSObject>
get
onShown
Fired when the user switches to the panel.
Implementation
EventStream<JSObject> get onShown =>
_wrapped.onShown.asStream(($c) => (JSObject window) {
return $c(window);
}.toJS);