backgroundClip

Deprecated

Use `Modifier.background { clip(...) }` instead.

Replace with

background { clip(backgroundClip) }