commonMain.com.huanshankeji.compose.foundation.Background.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of compose-multiplatform-html-unified-common
Show all versions of compose-multiplatform-html-unified-common
Common wrappers of components (including layouts) and modifiers for Compose UI (Android, desktop (JVM), iOS, and web (Kotlin/Wasm)) and Compose HTML
The newest version!
package com.huanshankeji.compose.foundation
import com.huanshankeji.compose.foundation.layout.Box
import com.huanshankeji.compose.foundation.layout.ext.outerPadding
import com.huanshankeji.compose.ui.Modifier
import com.huanshankeji.compose.ui.graphics.Color
/**
* 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.
*/
expect fun Modifier.background(color: Color): Modifier
© 2015 - 2025 Weber Informatics LLC | Privacy Policy