onKeyEvent property

FocusOnKeyEvent? get onKeyEvent

Handler consulted while a key event bubbles through this node.

Implementation

FocusOnKeyEvent? get onKeyEvent => _onKeyEvent;
set onKeyEvent (FocusOnKeyEvent? handler)

Updates the onKeyEvent value.

Implementation

set onKeyEvent(FocusOnKeyEvent? handler) => _onKeyEvent = handler;