๐๏ธToggle
// simple Toggle
Toggle("is compact", isOn: $isCompact)
// โญโโโ label โโโโฎ
Toggle(isOn: $isOn) { Text("...") }TestIdealSizeView - toggle view's state.
struct Toggle<Label: View>SwiftUI โฉ Views and Controls โฉ
Last updated
Was this helpful?