Validates the focused item.
Returns true if the focused item is valid, false otherwise.
bool validateFocused(String? Function(int index) validator) { return validateOne(_focusedIndex, validator); }