DragHandleColors

Class

Common
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

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