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