DragHandleShapes


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

Summary

Public constructors

DragHandleShapes(defaultShape: Shape, pressedShape: Shape)
Cmn

Public functions

open operator Boolean
equals(other: Any?)
Cmn
open Int
Cmn

Public properties

Shape

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

Cmn
Shape

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

Cmn

Public constructors

DragHandleShapes

DragHandleShapes(defaultShape: Shape, pressedShape: Shape)
Parameters
defaultShape: Shape

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

pressedShape: Shape

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

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

Public properties

defaultShape

val defaultShapeShape

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

pressedShape

val pressedShapeShape

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