onClose property

  1. @Output('close')
Stream<void> get onClose

Fires an asynchronous event when the popup is being closed.

Implementation

@Output('close')
Stream<void> get onClose;