projectedValue
A binding to the optional value.
Declaration
var projectedValue: Binding<Value?> { get }Discussion
The unwrapped value is nil when no focused view hierarchy has published a corresponding binding.
A binding to the optional value.
var projectedValue: Binding<Value?> { get }The unwrapped value is nil when no focused view hierarchy has published a corresponding binding.