init(_:)
A new property wrapper for the given key path.
Declaration
init(_ keyPath: KeyPath<FocusedValues, Binding<Value>?>)Parameters
- keyPath:
The key path for the focus value to read.
Discussion
The value of the property wrapper is updated dynamically as focus changes and different published bindings go in and out of scope.