---
title: "ListItemElevation"
description: "Represents the elevation of a list item in different states."
type: "class"
---

<div class='type'>Class</div>


<a id='references'></a>

<div class='sourceset sourceset-common'>Common</div>


```kotlin
@ExperimentalMaterial3ExpressiveApi
class ListItemElevation(val elevation: Dp, 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. |




