StoreBuilder<T> typedef

StoreBuilder<T> = Widget Function(T item)

Implementation

typedef Widget StoreBuilder<T>(T item);