Body
The type of configuration representing the content of the widget.
Declaration
associatedtype Body : WidgetConfigurationDiscussion
When you create a custom widget, Swift infers this type from your implementation of the required body property.
The type of configuration representing the content of the widget.
associatedtype Body : WidgetConfigurationWhen you create a custom widget, Swift infers this type from your implementation of the required body property.