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