Contents

Body

The type of widget that represents the content of the bundle.

Declaration

associatedtype Body : Widget

Discussion

When you support more than one widget, Swift infers this type from your implementation of the required body property.

See Also

Implementing a widget bundle