Plain
data class Plain(val text: String, val style: KalugaButtonStyle, val isEnabled: Boolean = true, val action: () -> Unit) : KalugaButton
A KalugaButton that displays a regular text
Parameters
style
the KalugaButtonStyle of the button
isEnabled
if true
the button can be interacted with
action
function to execute when the button is pressed