swipeable_tile library
Classes
Enums
Typedefs
- BackgroundBuilder = Widget Function(BuildContext context, SwipeDirection direction, AnimationController progress)
-
ConfirmSwipeCallback
= Future<
bool?> Function(SwipeDirection direction) - Used by SwipeableTile.confirmSwipe.
- SwipedCallback = void Function(SwipeDirection direction)
- Used by SwipeableTile.onSwiped.