direction property

SwipeDirection direction
final

The direction of the swipe.

This can be one of the values defined in the SwipeDirection enum: SwipeDirection.left, SwipeDirection.right, SwipeDirection.up, or SwipeDirection.down.

Implementation

final SwipeDirection direction;