Source set: Common
public class ListItemElevation(public val elevation: Dp, public val draggedElevation: Dp)
Represents the elevation of a list item in different states.
Parameters
| elevation | the default elevation of the list item. |
| draggedElevation | the elevation of the list item when dragged. |
Functions
equals
Source set: Common
override fun equals(other: Any?): Boolean
hashCode
Source set: Common
override fun hashCode(): Int