WithText

sealed class WithText : KalugaButton

A KalugaButton with a KalugaButton.WithText that displays text

Inheritors

Properties

Link copied to clipboard
abstract val action: () -> Unit

Function to execute when the button is pressed

Link copied to clipboard
abstract val isEnabled: Boolean

If true the button can be interacted with

Link copied to clipboard
abstract override val style: KalugaButtonStyle.WithText<*>

the KalugaButtonStyle.WithText of the button