FillShapeView
A shape provider that fills its shape.
Declaration
@frozen struct FillShapeView<Content, Style, Background> where Content : Shape, Style : ShapeStyle, Background : ViewOverview
You do not create this type directly, it is the return type of Shape.fill.