close property
Event fired when panel is trying to close.
This action may be cancelled.
Implementation
@Output()
Stream<AsyncAction<bool>?> get close => _closeController.stream;
Event fired when panel is trying to close.
This action may be cancelled.
@Output()
Stream<AsyncAction<bool>?> get close => _closeController.stream;