StrokeBorderShapeView
A shape provider that strokes the border of its shape.
Declaration
@frozen struct StrokeBorderShapeView<Content, Style, Background> where Content : InsettableShape, Style : ShapeStyle, Background : ViewOverview
You don’t create this type directly; it’s the return type of Shape.strokeBorder.