🔸state value
╱🚧 under construction
struct ContentView: View {
// ⭐️ declare & initialize a state value
@State var isOn = true
// UI
var body: some View { ... }
}Last updated
╱🚧 under construction
struct ContentView: View {
// ⭐️ declare & initialize a state value
@State var isOn = true
// UI
var body: some View { ... }
}Last updated