Creates a keyboard event with the given key code and optional character.
const KeyEvent({required this.code, this.char});