DragHandleColors


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

Summary

Public constructors

DragHandleColors(defaultColor: Color, pressedColor: Color)
Cmn

Public functions

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

Public properties

Color

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

Cmn
Color

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

Cmn

Public constructors

DragHandleColors

DragHandleColors(defaultColor: Color, pressedColor: Color)
Parameters
defaultColor: Color

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

pressedColor: Color

the color 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

defaultColor

val defaultColorColor

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

pressedColor

val pressedColorColor

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