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

DragHandleColors

Specifies the colors that will be used in a drag handle in different states.

Source set: Common
public class DragHandleColors(
    public val color: Color,
    public val pressedColor: Color,
    public val draggedColor: Color,
)

Specifies the colors that will be used in a drag handle in different states.

Parameters

color the default color of the drag handle when it's not being pressed.
pressedColor the color of the drag handle when it's being pressed but not dragged, by default it will be the same as draggedColor.
draggedColor the color of the drag handle when it's being dragged.

Functions

equals

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

hashCode

Source set: Common
override fun hashCode(): Int

Content updated: