typealias Configuration
The properties of a button.
あるボタンのプロパティそれら。
associatedtype Body : View
A view that represents the body of a button.
あるビュー、それはボタンのボディを表します。
Availability 有効性
Technology
func makeBody(configuration: Self.Configuration
) -> Self.Body
configuration
The properties of the button. ボタンのプロパティ。
typealias Configuration
associatedtype Body : View