onLeftSwipe property

dynamic Function(T, List<T>, int) onLeftSwipe
final

Callback function ran when a Widget is swiped left.

Implementation

final Function(T, List<T>, int) onLeftSwipe;