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

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

Go to download

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 androidx.compose.ui.unit.Dp
import com.huanshankeji.compose.ui.graphics.Brush

// TODO don't use a data class in the public API
data class BorderStroke(val width: Dp, val brush: Brush)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy