onShow property

  1. @Output('show')
Stream<Element> get onShow

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

Implementation

@Output('show')
Stream<Element> get onShow => _onShow.stream;