backgroundRepeat

Deprecated

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

Replace with

background { repeat(backgroundRepeat) }

Deprecated

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

Replace with

background { repeat(horizontalRepeat, verticalRepeat) }