KalugaButton
Types
Link copied to clipboard
data class Plain(val text: String, val style: KalugaButtonStyle, val isEnabled: Boolean = true, val action: () -> Unit) : KalugaButton
A KalugaButton that displays a regular text
Link copied to clipboard
data class Styled(val text: StyledString, val style: KalugaButtonStyle, val isEnabled: Boolean = true, val action: () -> Unit) : KalugaButton
A KalugaButton that displays a StyledString