onShowEnd property

  1. @Output('showEnd')
Stream<Element> get onShowEnd

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

Implementation

@Output('showEnd')
Stream<Element> get onShowEnd => _onShowEnd.stream;