onSwipeRight property

(void Function(Offset offset)?) onSwipeRight
final

Called when the user has swiped to the right.

  • The offset parameter is the offset of the swipe since it started.

Implementation

final void Function(Offset offset)? onSwipeRight;