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

Summary

Public constructors

DragHandleSizes(defaultSize: DpSize, pressedSize: DpSize)
Cmn

Public functions

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

Public properties

DpSize

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

Cmn
DpSize

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

Cmn

Public constructors

DragHandleSizes

DragHandleSizes(defaultSize: DpSize, pressedSize: DpSize)
Parameters
defaultSize: DpSize

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

pressedSize: DpSize

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

defaultSize

val defaultSizeDpSize

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

pressedSize

val pressedSizeDpSize

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