The matcher that will be used to match the item with the value.
typedef DropdownItemMatcher<K extends Object, T> = bool Function(K key, T item);