Optional function to filter items based on search text.
final bool Function(DropdownItem<T>, String)? searchMatchFn;