onAutoDismissed property
Stream on which an event is fired when the popup is auto dismissed. Output event should be either a FocusEvent or a MouseEvent.
Implementation
@Output('autoDismissed')
Stream<Event> get onAutoDismissed => _onAutoDismissed.stream;