onLeftSwipe property

dynamic Function(T) onLeftSwipe
final

Callback function ran when a Widget is swiped left.

Implementation

final Function(T) onLeftSwipe;