Mask

// .mask() vs .clipShape()
.mask(Circle().opacity(0.5))    // with opacity
.clipShape(Circle())            // no opacity

Last updated