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
The shape applied to the KalugaBackgroundStyle of a view
Link copied to clipboard
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
Creates a Drawable for a KalugaBackgroundStyle