var body: Self.Body
The content and behavior of this widget.
Availability 有効性
Technology
associatedtype Body : WidgetConfiguration
When you create a custom widget, Swift infers this type from your implementation of the required body
property.
あなたがあつらえのウィジェットを作成する場合、Swiftは必須のbody
プロパティのあなたの実装からこの型を推測します。
var body: Self.Body