FocusedValue
A property wrapper for observing values from the focused view or one of its ancestors.
Declaration
@propertyWrapper struct FocusedValue<Value>Mentioned in
Overview
If multiple views publish values using the same key, the wrapped property will reflect the value from the view closest to focus.