KeyboardEventHandler typedef

KeyboardEventHandler = void Function(KeyboardEvent event)

Callback to handle a keyboard event

Implementation

typedef KeyboardEventHandler = void Function(KeyboardEvent event);