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

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

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