DragHandleColors

constructor(color: Color, pressedColor: Color, draggedColor: Color)

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.