const SwipeOptions.symmetric({ bool horizontal = false, bool vertical = false, }) : up = vertical, down = vertical, left = horizontal, right = horizontal;