ItemBuilder<T> typedef

ItemBuilder<T> = Widget Function(T data)

Implementation

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