background

expect fun Modifier.background(color: Color): Modifier(source)

For consistency on different platforms, if used with a padding modifier, use with Modifier.outerPadding and use after it, because the padding is not within the background. Otherwise, add an outer Box and use background on it.

actual fun Modifier.background(color: Color): Modifier(source)
actual fun Modifier.background(color: Color): Modifier(source)