flutter_swipe_to_reply library
Horizontal swipe-to-reply interactions for Flutter widgets.
Classes
- SwipeToReply
- Adds a horizontal swipe-to-reply gesture to any child widget.
- SwipeToReplyIndicator
- The default circular, theme-aware indicator used by SwipeToReply.
- SwipeToReplyState
- State maintained by SwipeToReply while a pointer gesture is active.
Enums
- SwipeToReplyDirection
- Horizontal direction used by SwipeToReply.
Typedefs
- SwipeToReplyIndicatorBuilder = Widget Function(BuildContext context, double progress, SwipeToReplyDirection direction)
- Builds the indicator displayed behind the swiped child.