All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.com.huanshankeji.compose.foundation.Border.kt Maven / Gradle / Ivy

Go to download

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