DragHandleSizes

Class

Common
class DragHandleSizes(val size: DpSize, val pressedSize: DpSize, val draggedSize: DpSize)

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

Parameters

sizethe default size of the drag handle when it's not being pressed.
pressedSizethe size of the drag handle when it's being pressed but not dragged, by default it will be the same as draggedSize.
draggedSizethe size of the drag handle when it's being dragged.