VerticalDragHandleDefaults

Contains the baseline values used by a VerticalDragHandle.

Functions

Link copied to clipboard
@Composable
fun colors(): DragHandleColors
@Composable
fun colors(color: Color = Color.Unspecified, pressedColor: Color = Color.Unspecified, draggedColor: Color = Color.Unspecified): DragHandleColors

Creates a DragHandleColors that represents the default, pressed, and dragged colors used in a VerticalDragHandle.

Link copied to clipboard
@Composable
fun shapes(): DragHandleShapes
@Composable
fun shapes(shape: Shape? = null, pressedShape: Shape? = null, draggedShape: Shape? = null): DragHandleShapes

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.