VerticalDragHandleDefaults
object VerticalDragHandleDefaults
Contains the baseline values used by a VerticalDragHandle.
Functions
Link copied to clipboard
@Composable
Creates a DragHandleColors that represents the default, pressed, and dragged colors used in a VerticalDragHandle.
Link copied to clipboard
@Composable
Creates a DragHandleShapes that represents the default, pressed, and dragged shapes used in a VerticalDragHandle.
Link copied to clipboard
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.