Gets FocusNode for a specific field.
The key parameter is required and must be the key of an existing field.
key
FocusNode getFocusNode(String key) { return _fieldManager.getFocusNode(key); }