Concept Flow - Built-in property wrappers (@State, @Published)
Declare property with @State/@Published
Property wrapper manages storage
Value changes via UI or code
Wrapper detects change
Triggers UI update or notifies observers
UI refreshes or subscribers react
This flow shows how @State and @Published wrap a property to track changes and update UI or notify observers automatically.