bool isFieldFocused(String fieldId) { return fieldFocus.firstWhereOrNull((field) => field.id == fieldId)?.focus ?? false; }