ListItemElevation


Represents the elevation of a list item in different states.

Summary

Public constructors

ListItemElevation(elevation: Dp, draggedElevation: Dp)
Cmn

Public functions

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

Public properties

Dp

the elevation of the list item when dragged.

Cmn
Dp

the default elevation of the list item.

Cmn

Public constructors

ListItemElevation

ListItemElevation(elevation: Dp, draggedElevation: Dp)
Parameters
elevation: Dp

the default elevation of the list item.

draggedElevation: Dp

the elevation of the list item when dragged.

Public functions

equals

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

hashCode

open fun hashCode(): Int

Public properties

draggedElevation

val draggedElevationDp

the elevation of the list item when dragged.

elevation

val elevationDp

the default elevation of the list item.