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

Constructors

Link copied to clipboard
constructor(style: KalugaButtonStyle.WithoutText<*>, isEnabled: Boolean = true, action: () -> Unit)

Properties

Link copied to clipboard
open override val action: () -> Unit
Link copied to clipboard
open override val isEnabled: Boolean
Link copied to clipboard