Make one @State always reference the same value This is important when views with closures appear after the first render
164 B
164 B
PROTOCOL
StateProtocol
An interface for accessing State without specifying the generic type.
Properties
content
The class storing the value.