onClose property

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

Events that fires before making visible false.

See AsyncAction for the API for deferring or cancelling the event.\

Implementation

@Output('close')
Stream<AsyncAction<dynamic>?> get onClose;