---
title: "init(_:)"
framework: swiftui
role: symbol
role_heading: Initializer
path: "swiftui/anygesture/init(_:)"
---

# init(_:)

Creates an instance from another gesture.

## Declaration

```swift
nonisolated init<T>(_ gesture: T) where Value == T.Value, T : Gesture
```

## Parameters

- `gesture`: A gesture that you use to create a new gesture.
