Constructs a character key
const KeyCode.char(String char, {int baseLayoutKey = 0}) : this._( kind: KeyCodeKind.char, char: char, baseLayoutKey: baseLayoutKey, );