func makeBody (configuration: ButtonToggleStyle .Configuration) -> some View
Creates a view that represents the body of a toggle button.
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: ButtonToggleStyle .Configuration) -> some View