cancel property

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

Event fired when panel is cancelled.

Implementation

@Output()
Stream<AsyncAction<bool>?> get cancel => _cancelController.stream;