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