backgroundRepeat
Deprecated
Use `Modifier.background { repeat(...) }` instead.
Replace with
background { repeat(backgroundRepeat) }
Content copied to clipboard
fun Modifier.backgroundRepeat(horizontalRepeat: BackgroundRepeat.Mode, verticalRepeat: BackgroundRepeat.Mode): Modifier(source)
Deprecated
Use `Modifier.background { repeat(...) }` instead.
Replace with
background { repeat(horizontalRepeat, verticalRepeat) }
Content copied to clipboard