SearchItemBuilder<T> typedef

SearchItemBuilder<T> = Widget Function(BuildContext context, Map<String, String> searchItemData)

Implementation

typedef Widget SearchItemBuilder<T>(
    BuildContext context, Map<String, String> searchItemData);