Companion
object Companion
Functions
Link copied to clipboard
Creates a KalugaButtonStyle.ImageOnly
Link copied to clipboard
operator fun invoke(font: KalugaFont, textSize: Float, textAlignment: KalugaTextAlignment = KalugaTextAlignment.CENTER, defaultStyle: ButtonStateStyle.TextOnly, pressedStyle: ButtonStateStyle.TextOnly = defaultStyle, disabledStyle: ButtonStateStyle.TextOnly = defaultStyle): KalugaButtonStyle.TextOnly
operator fun invoke(textStyle: KalugaTextStyle, textAlignment: KalugaTextAlignment = KalugaTextAlignment.CENTER, backgroundColor: KalugaColor = DefaultColors.clear, pressedBackgroundColor: KalugaColor = backgroundColor, disabledBackgroundColor: KalugaColor = backgroundColor, shape: KalugaBackgroundStyle.Shape = KalugaBackgroundStyle.Shape.Rectangle()): KalugaButtonStyle.TextOnly
Creates a KalugaButtonStyle.TextOnly
Link copied to clipboard
Creates a KalugaButtonStyle.TextOnly
Link copied to clipboard
Link copied to clipboard
fun withoutContent(dsl: KalugaButtonStyleDSL.WithoutContent.() -> Unit): KalugaButtonStyle.WithoutContent
Creates a KalugaButtonStyle.WithoutContent