setBackgroundStyle
open fun setBackgroundStyle(backgroundColor: KalugaColor = DefaultColors.clear, shape: KalugaBackgroundStyle.Shape = KalugaBackgroundStyle.Shape.Rectangle())
Sets backgroundStyle to a KalugaBackgroundStyle with KalugaBackgroundStyle.FillStyle.Solid based on a backgroundColor and shape
Parameters
backgroundColor
the KalugaColor to set as the KalugaBackgroundStyle.FillStyle.Solid.color of the KalugaBackgroundStyle
shape
the KalugaBackgroundStyle.Shape of the KalugaBackgroundStyle