KalugaBackgroundStyle

data class KalugaBackgroundStyle(val fillStyle: KalugaBackgroundStyle.FillStyle, val strokeStyle: KalugaBackgroundStyle.StrokeStyle = StrokeStyle.None, val shape: KalugaBackgroundStyle.Shape = Shape.Rectangle())

Style to apply to the background of a view

Constructors

Link copied to clipboard
constructor(fillStyle: KalugaBackgroundStyle.FillStyle, strokeStyle: KalugaBackgroundStyle.StrokeStyle = StrokeStyle.None, shape: KalugaBackgroundStyle.Shape = Shape.Rectangle())

Types

Link copied to clipboard
sealed class FillStyle

The style with which the background of a view will be filled

Link copied to clipboard
sealed class Shape

The shape applied to the KalugaBackgroundStyle of a view

Link copied to clipboard
sealed class StrokeStyle

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

Properties

Link copied to clipboard

the FillStyle to apply to fill the body of the view

Link copied to clipboard

the Shape to apply to the view

Link copied to clipboard

the StrokeStyle to apply to the border of the view

Functions

Link copied to clipboard