DragHandleColors

  • Common/All
  • Android/JVM

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

Summary

Public constructors

DragHandleColors(color: Color, pressedColor: Color, draggedColor: 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 dragged.

Cmn
Color

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

Cmn

Public constructors

DragHandleColors

DragHandleColors(color: Color, pressedColor: Color, draggedColor: Color)
Parameters
color: 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.

draggedColor: Color

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

Public functions

equals

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

hashCode

open fun hashCode(): Int

Public properties

color

val colorColor

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

draggedColor

val draggedColorColor

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

pressedColor

val pressedColorColor

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