Contents

circle

A version of the variant that’s encapsulated in a circle.

Declaration

var circle: SymbolVariants { get }

Discussion

Use this property to modify a variant like fill so that it’s also contained in a circle:

Label("Fill Circle", systemImage: "bolt")
    .symbolVariant(.fill.circle)

[Image]

See Also

Modifying a variant