IndexedFeedBuilder typedef

IndexedFeedBuilder = Widget Function(List items, int index)

Builder for the feed items

Implementation

typedef IndexedFeedBuilder = Widget Function(List items, int index);