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