no property

  1. @Output()
Stream<UIEvent> get no

The callback that is to be invoked, when no button is pressed.

Published events are either KeyboardEvent or MouseEvent

Implementation

@Output()
Stream<UIEvent> get no => _no.stream;