backgroundSize

Deprecated

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

Replace with

background { size(backgroundSize) }