ButtonStateStyle

data class ButtonStateStyle(val textColor: KalugaColor, val backgroundStyle: KalugaBackgroundStyle)

Style of a button for its current state

Constructors

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

Constructor

constructor(textColor: KalugaColor, backgroundStyle: KalugaBackgroundStyle)

Properties

Link copied to clipboard

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

Link copied to clipboard

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