widgets/swipe_manager library
Classes
- SwipeManager
- A customizable widget that allows vertical or horizontal swipe interaction.
Enums
- SlideDirection
- Enum to define the slide direction of the swipe manager.
Typedefs
- ChangeCallback = void Function(double newValue, double oldValue)
- Callback function type to handle value changes during the swipe.
- ChildBuilder = Widget Function(BuildContext context, double value)
- Function type to build child widgets dynamically based on the swipe value.
- FinishCallback = void Function(double value)
- Callback function type to handle the final value when swipe ends.