Companion

object Companion

Functions

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