projectedValue
A binding to the state value.
Declaration
var projectedValue: Binding<Value> { get }Discussion
This works identically to State.projectedValue.
A binding to the state value.
var projectedValue: Binding<Value> { get }This works identically to State.projectedValue.