intersection method
Implementation
@override
EnumSet<TransformGesture> intersection(EnumSet<TransformGesture> other) =>
TransformGestureEnumSet.fromRawValue(this.rawValue & other.rawValue);
@override
EnumSet<TransformGesture> intersection(EnumSet<TransformGesture> other) =>
TransformGestureEnumSet.fromRawValue(this.rawValue & other.rawValue);