DragHandleSizes

constructor(size: DpSize, pressedSize: DpSize, draggedSize: DpSize)

Parameters

size

the default size of the drag handle when it's not being pressed.

pressedSize

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

draggedSize

the size of the drag handle when it's being dragged.