onOpened property

  1. @Output('opened')
Stream<void> get onOpened

Stream on which an event is fired after the popup has finished opening.

Implementation

@Output('opened')
Stream<void> get onOpened => _onOpened.stream;