david-swift 1c50b3b923 Make lists dynamic
Make one @State always reference the same value
This is important when views with closures appear after the first render
2024-01-01 16:08:17 +01:00

11 lines
164 B
Markdown

**PROTOCOL**
# `StateProtocol`
An interface for accessing `State` without specifying the generic type.
## Properties
### `content`
The class storing the value.