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
| elevation | the default elevation of the list item. |
| draggedElevation | the elevation of the list item when dragged. |