bound property

GestureBound get bound

Implementation

GestureBound get bound => switch (this) {
  .left || .twoLeft => .left,
  .right || .twoRight => .right,
  .up || .twoUp => .up,
  .down || .twoDown => .down,
  .pinchIn => .zoomIn,
  .pinchOut => .zoomOut,
};