onSwipeLeft property

(void Function(Offset offset)?) onSwipeLeft
final

Called when the user has swiped to the left.

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

Implementation

final void Function(Offset offset)? onSwipeLeft;