Stroke

data class Stroke(val width: Float, val color: KalugaColor) : KalugaBackgroundStyle.StrokeStyle

A StrokeStyle with a solid color

Parameters

width

the width of the stroke in scalable pixels

color

the KalugaColor of the stroke

Constructors

Link copied to clipboard
constructor(width: Float, color: KalugaColor)

Properties

Link copied to clipboard
Link copied to clipboard