backgroundAttachment

Deprecated

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

Replace with

background { attachment(backgroundAttachment) }