SearchableChoiceOnRowTap<T> typedef
SearchableChoiceOnRowTap<T> =
void Function(T data)
SearchableChoiceOnRowTap is a callback type when the user tap on a row.
SearchableChoice
gonna return data to this SearchableChoiceOnRowTap callback.
Implementation
typedef SearchableChoiceOnRowTap<T> = void Function(T data);