FocusedValue and FocusedBinding property wrappers in SwiftUI
FocusedValue property wrapper allows us to observe the value from the focused view or one of its ancestors. It works in a very similar way to the Environment property wrapper, but instead of observing the environment, it observes the view hierarchy’s focused view.
Ggfftcyfvyt