backgroundPosition

Deprecated

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

Replace with

background { position(backgroundPosition) }