commonMain.com.huanshankeji.compose.foundation.Border.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of compose-multiplatform-common
Show all versions of compose-multiplatform-common
Common wrappers of components (including layouts) and styles for Compose Multiplatform on (desktop/Android and web)
The newest version!
package com.huanshankeji.compose.foundation
import androidx.compose.runtime.Stable
import androidx.compose.ui.unit.Dp
import com.huanshankeji.compose.ui.Modifier
import com.huanshankeji.compose.ui.graphics.Color
@Stable
expect fun Modifier.border(border: BorderStroke): Modifier
@Stable
expect fun Modifier.border(width: Dp, color: Color): Modifier
/*
// There is a `Shape` parameter without a default argument
@Stable
expect fun Modifier.border(width: Dp, brush: Brush): Modifier
*/
© 2015 - 2025 Weber Informatics LLC | Privacy Policy