func makeBody (configuration: DefaultToggleStyle .Configuration) -> some View
Creates a view that represents the body of a toggle.
あるビューを作成します、それはトグルの本体を表すものです。
Availability 有効性
Technology
typealias Body = some View
SwiftUI infers this type automatically based on the View
instance that you return from your implementation of the make
method.
func makeBody (configuration: DefaultToggleStyle .Configuration) -> some View