Source set: Common
public class DragHandleShapes(
public val shape: Shape,
public val pressedShape: Shape,
public 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. |
Functions
equals
Source set: Common
override fun equals(other: Any?): Boolean
hashCode
Source set: Common
override fun hashCode(): Int