onRightSwipe property

dynamic Function(T) onRightSwipe
final

Callback function ran when a Widget is swiped right.

Implementation

final Function(T) onRightSwipe;