Stroke

data class Stroke(val color: (background: Color) -> Color, val width: TextUnit = 1.sp)

Constructors

Link copied to clipboard
constructor(color: Color, width: TextUnit = 1.sp)
constructor(color: (background: Color) -> Color, width: TextUnit = 1.sp)

Properties

Link copied to clipboard
val color: (background: Color) -> Color
Link copied to clipboard