iOS Swift - State Management in SwiftUI
You have a parent view that owns a
Settings object marked with @StateObject. How should you pass it to a child view that uses @ObservedObject?