cancel property
Event fired when panel is cancelled.
Implementation
@Output()
Stream<AsyncAction<bool>?> get cancel => _cancelController.stream;
Event fired when panel is cancelled.
@Output()
Stream<AsyncAction<bool>?> get cancel => _cancelController.stream;