findKeyByKeyId method Null safety
- int keyId
Returns the LogicalKeyboardKey constant that matches the given ID, or null, if not found.
Implementation
static LogicalKeyboardKey? findKeyByKeyId(int keyId) => _knownLogicalKeys[keyId];
Returns the LogicalKeyboardKey constant that matches the given ID, or null, if not found.
static LogicalKeyboardKey? findKeyByKeyId(int keyId) => _knownLogicalKeys[keyId];