Companion
object Companion
Functions
Link copied to clipboard
Creates a ButtonStateStyle.ImageOnly
Link copied to clipboard
operator fun invoke(textColor: KalugaColor, backgroundStyle: KalugaBackgroundStyle): ButtonStateStyle.TextOnly
Creates a ButtonStateStyle.TextOnly for a given textColor and backgroundStyle
operator fun invoke(textColor: KalugaColor, backgroundColor: KalugaColor = DefaultColors.clear, shape: KalugaBackgroundStyle.Shape = KalugaBackgroundStyle.Shape.Rectangle()): ButtonStateStyle.TextOnly
Creates a ButtonStateStyle.TextOnly for a given textColor and backgroundColor and shape
Link copied to clipboard
Creates a ButtonStateStyle.TextOnly
Link copied to clipboard
Link copied to clipboard
fun withoutContent(dsl: ButtonStateStyleDSL.WithoutContent.() -> Unit): ButtonStateStyle.WithoutContent
Creates a ButtonStateStyle.WithoutContent