DragHandleSizes

@Immutable
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

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.

Constructors

Link copied to clipboard
constructor(size: DpSize, pressedSize: DpSize, draggedSize: DpSize)

Properties

Link copied to clipboard
val draggedSize: DpSize
Link copied to clipboard
val pressedSize: DpSize
Link copied to clipboard
val size: DpSize

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int