watchOS Smart Stack widget background

A watchOS widget requires you set a container background:

.containerBackground(for: .widget) {
			Color.black
		}

But I see some .accessoryRectangular widgets, on the Smart Stack, using a glass background. From what I know there is no way to set this using .containerBackground. Does anyone know how to do this?

Thank you

watchOS Smart Stack widget background
 
 
Q