ItemBuilder<T> typedef

ItemBuilder<T> = Widget Function(T item)

Implementation

typedef ItemBuilder<T> = Widget Function(T item);