DragHandleShapes

@Immutable
class DragHandleShapes(val shape: Shape, val pressedShape: Shape, val draggedShape: Shape)

Specifies the shapes that will be used in a drag handle in different states.

Parameters

shape

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

pressedShape

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

draggedShape

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

Constructors

Link copied to clipboard
constructor(shape: Shape, pressedShape: Shape, draggedShape: Shape)

Properties

Link copied to clipboard
val draggedShape: Shape
Link copied to clipboard
val pressedShape: Shape
Link copied to clipboard
val shape: Shape

Functions

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