typealias Configuration
The properties of a label.
associatedtype Body : View
A view that represents the body of a label.
あるビュー、それはあるラベルの本文を表します。
Availability 有効性
Technology
func makeBody(configuration: Self.Configuration
) -> Self.Body
configuration
The properties of the label.
The system calls this method for each Label
instance in a view hierarchy where this style is the current label style.
typealias Configuration
associatedtype Body : View