DragHandleColors

@Immutable
class DragHandleColors(val color: Color, val pressedColor: Color, 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.

Constructors

Link copied to clipboard
constructor(color: Color, pressedColor: Color, draggedColor: Color)

Properties

Link copied to clipboard
val color: Color
Link copied to clipboard
val draggedColor: Color
Link copied to clipboard
val pressedColor: Color

Functions

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