SplitButtonShapes

class SplitButtonShapes(val shape: Shape, val pressedShape: Shape?, val checkedShape: Shape?)

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

Constructors

Link copied to clipboard
constructor(shape: Shape, pressedShape: Shape?, checkedShape: Shape?)

Properties

Link copied to clipboard
val checkedShape: Shape?

is the checked shape.

Link copied to clipboard
val pressedShape: Shape?

is the pressed shape.

Link copied to clipboard
val shape: Shape

is the default shape.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int