🌈 Create new beautiful Compose Gradients with our new wesite ->
Class

TextButtonShapes

Represents the shapes used for TextButton in various states.

Source set: Android
public class TextButtonShapes(public val shape: Shape, public val pressedShape: Shape = shape)

Represents the shapes used for TextButton in various states.

If pressedShape is non null the shape will be animated on press.

Parameters

shape the shape of the text button when enabled
pressedShape the shape of the text button when pressed

Functions

copy

Source set: Android
public fun copy(
        shape: Shape? = this.shape,
        pressedShape: Shape? = this.pressedShape,
    ): TextButtonShapes

equals

Source set: Android
override fun equals(other: Any?): Boolean

hashCode

Source set: Android
override fun hashCode(): Int

Content updated: