ListItemElevation

Represents the elevation of a list item in different states.

ListItemElevation

Class

Common
@ExperimentalMaterial3ExpressiveApi
class ListItemElevation(val elevation: Dp, val draggedElevation: Dp)

Represents the elevation of a list item in different states.

Parameters

elevationthe default elevation of the list item.
draggedElevationthe elevation of the list item when dragged.