Contents

Resolved

The type of shape style this will resolve to.

Declaration

associatedtype Resolved : ShapeStyle = Never

Discussion

When you create a custom shape style, Swift infers this type from your implementation of the required resolve function.

See Also

Resolving a shape style in an environment