backgroundAttachment
Deprecated
Use `Modifier.background { attachment(...) }` instead.
Replace with
background { attachment(backgroundAttachment) }
Content copied to clipboard
Use `Modifier.background { attachment(...) }` instead.
background { attachment(backgroundAttachment) }