sizes
Creates a DragHandleSizes that represents the default, pressed, and dragged sizes used in a VerticalDragHandle.
fun sizes(size: DpSize = DpSize.Unspecified, pressedSize: DpSize = DpSize.Unspecified, draggedSize: DpSize = DpSize.Unspecified): DragHandleSizes
Creates a DragHandleSizes that represents the default, pressed, and dragged sizes used in a VerticalDragHandle.
Parameters
size
provides a different size to override the default size of the drag handle when it's not being pressed.
pressedSize
provides a different size to override the size of the drag handle when it's being pressed but not dragged.
draggedSize
provides a different size to override the size of the drag handle when it's being dragged.