ButtonStateStyle

constructor(textColor: KalugaColor, backgroundColor: KalugaColor = DefaultColors.clear, shape: KalugaBackgroundStyle.Shape = KalugaBackgroundStyle.Shape.Rectangle())

Constructor

Parameters

textColor

the KalugaColor to apply to the text of the button in this state

backgroundColor

the KalugaColor to apply to the background of the button in this state

shape

the KalugaBackgroundStyle.Shape to apply to the background of the button in this state


constructor(textColor: KalugaColor, backgroundStyle: KalugaBackgroundStyle)