LineVisualStyle

data class LineVisualStyle(val color: Color, val alpha: Float, val colors: ImmutableList<Color>, val strokeWidth: Dp, val bezier: Boolean)(source)

Constructors

Link copied to clipboard
constructor(color: Color, alpha: Float, colors: ImmutableList<Color>, strokeWidth: Dp, bezier: Boolean)
constructor(color: Color, alpha: Float, colors: List<Color>, strokeWidth: Dp, bezier: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val colors: ImmutableList<Color>
Link copied to clipboard