var projectedValue : FocusState <Value>.Binding
A projection of the focus state value that returns a binding.
struct Binding
A property wrapper type that can read and write a value that indicates the current focus location.
Availability 有効性
Technology
var wrappedValue: Value { get nonmutating set }
When focus is not in any view that is bound to this state, the wrapped value will be nil
(for optional-typed state) or false
(for Bool
- typed state).
var projectedValue : FocusState <Value>.Binding
struct Binding