🎛️Toggle
// simple Toggle
Toggle("is compact", isOn: $isCompact)
// ╭─── label ───╮
Toggle(isOn: $isOn) { Text("...") }TestIdealSizeView - toggle view's state.
struct Toggle<Label: View>Last updated
Was this helpful?
// simple Toggle
Toggle("is compact", isOn: $isCompact)
// ╭─── label ───╮
Toggle(isOn: $isOn) { Text("...") }TestIdealSizeView - toggle view's state.
struct Toggle<Label: View>Last updated
Was this helpful?