assistChipElevation

@Composable
fun assistChipElevation(elevation: Dp = AssistChipTokens.FlatContainerElevation, pressedElevation: Dp = elevation, focusedElevation: Dp = elevation, hoveredElevation: Dp = elevation, draggedElevation: Dp = AssistChipTokens.DraggedContainerElevation, disabledElevation: Dp = elevation): ChipElevation

Creates a ChipElevation that will animate between the provided values according to the Material specification for a flat AssistChip.

Parameters

elevation

the elevation used when the AssistChip is has no other Interactions

pressedElevation

the elevation used when the chip is pressed.

focusedElevation

the elevation used when the chip is focused

hoveredElevation

the elevation used when the chip is hovered

draggedElevation

the elevation used when the chip is dragged

disabledElevation

the elevation used when the chip is not enabled