SwipeFeedBuilder<T> typedef

SwipeFeedBuilder<T> = Widget Function(T value, bool expanded, void close())

A Builder for the swipe feed The close function shrinks the card

Implementation

typedef SwipeFeedBuilder<T> = Widget Function(T value, bool expanded, void Function() close);