DropdownItemMatcher<K extends Object, T> typedef

DropdownItemMatcher<K extends Object, T> = bool Function(K key, T item)

The matcher that will be used to match the item with the value.

Implementation

typedef DropdownItemMatcher<K extends Object, T> = bool Function(K key, T item);