onHide property

  1. @Output('hide')
Stream<Element> get onHide

Fires when the hide styles are first applied to the element.

Implementation

@Output('hide')
Stream<Element> get onHide => _onHide.stream;