SwipeBuilder<T> typedef

SwipeBuilder<T> = Widget Function(BuildContext context, Widget child, Animation<double> animation, int index, ListModel<T> list)

Implementation

typedef SwipeBuilder<T> = Widget Function(BuildContext context, Widget child,
    Animation<double> animation, int index, ListModel<T> list);