Object? getFieldComponent(String? fieldName) { if (fieldName == null) return null; return findChildrenDeep(fieldName)?.value; }