onKeyDown property

Stream<KeyboardEvent> get onKeyDown

Implementation

Stream<KeyboardEvent> get onKeyDown => keyDownEvent.forTarget(this);