AllowedSwipeDirection.all constructor

const AllowedSwipeDirection.all()

Allow the card to be swiped in any direction

Implementation

const AllowedSwipeDirection.all()
    : up = true,
      down = true,
      right = true,
      left = true;