Contents

Body

The type of configuration representing the content of the widget.

Declaration

associatedtype Body : WidgetConfiguration

Discussion

When you create a custom widget, Swift infers this type from your implementation of the required body property.

See Also

Implementing a widget