StrokeStyle

sealed class StrokeStyle

The style with which the border of the background of a view will be shown

Inheritors

Types

Link copied to clipboard

A StrokeStyle where no stroke is applied

Link copied to clipboard
data class Stroke(val width: Float, val color: KalugaColor) : KalugaBackgroundStyle.StrokeStyle

A StrokeStyle with a solid color