Start native apps faster with the Composables CLI ->
Class

SplitButtonShapes

The shapes that will be used in SplitButton.

Source set: Common
public class SplitButtonShapes(
    public val shape: Shape,
    public val pressedShape: Shape?,
    public val checkedShape: Shape?,
)

The shapes that will be used in SplitButton. Split button will morph between these shapes depending on the interaction of the buttons, assuming all of the shapes are CornerBasedShapes.

Functions

equals

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

hashCode

Source set: Common
override fun hashCode(): Int