DragHandleShapes

Class

Common
class DragHandleShapes(val shape: Shape, val pressedShape: Shape, val draggedShape: Shape)

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

Parameters

shapethe default shape of the drag handle when it's not being pressed.
pressedShapethe shape of the drag handle when it's being pressed but not dragged, by default it will be the same as draggedShape.
draggedShapethe shape of the drag handle when it's being dragged.