Returns the managed FocusNode for key.
key
Creates the focus node if it does not already exist.
FocusNode getFocusNode(E key) { return _focusNodes.putIfAbsent(key, FocusNode.new); }