onHideEnd property

  1. @Output('hideEnd')
Stream<Element> get onHideEnd

Fires when the transitions have finished and the element is fully hidden.

Implementation

@Output('hideEnd')
Stream<Element> get onHideEnd => _onHideEnd.stream;