commonMain.com.huanshankeji.compose.foundation.BorderStroke.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 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