Initializer

init()

Creates a default toggle style. 省略時のトグルスタイルを作成します。

Declaration 宣言

init()

Discussion 議論

Don’t call this initializer directly. Instead, use the automatic static variable to create this style:


Toggle("Enhance Sound", isOn: $isEnhanced)
    .toggleStyle(.automatic)