swipe_to_action library

Classes

Swipeable

Enums

SwipeDirection
The direction in which a Swipeable can be swiped.

Typedefs

ConfirmSwipeCallback = Future<bool> Function(SwipeDirection direction)
Signature used by Swipeable to give the application an opportunity to confirm or veto a swipe gesture.
SwipeDirectionCallback = void Function(SwipeDirection direction)
Signature used by Swipeable to indicate that it has been swiped in the given direction.