onOpen property

  1. @Output.new('open')
Stream<void> get onOpen

Fires an asynchronous event when the popup is being opened.

Implementation

@Output('open')
Stream<void> get onOpen;