Build: Settings Screen
This screen lets users toggle a setting that is saved using a preference key. The toggle state is remembered even after the app restarts.
Target UI
--------------------- | Settings | |-------------------| | Enable Notifications | | [ ] | | | ---------------------
Add a toggle switch labeled 'Enable Notifications'.
Use UserDefaults to save the toggle state persistently.
Load the saved toggle state when the screen appears.
Update the saved state when the toggle changes.