close property

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

Event fired when panel is trying to close.

This action may be cancelled.

Implementation

@Output()
Stream<AsyncAction<bool>?> get close => _closeController.stream;