WithoutText
data class WithoutText(val style: KalugaButtonStyle.WithoutText<*>, val isEnabled: Boolean = true, val action: () -> Unit) : KalugaButton
A KalugaButton with a KalugaButton.WithoutText that does not display any text
Parameters
isEnabled
if true the button can be interacted with
action
function to execute when the button is pressed