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