elevatedAssistChipElevation

@Composable
fun elevatedAssistChipElevation(elevation: Dp = AssistChipTokens.ElevatedContainerElevation, pressedElevation: Dp = AssistChipTokens.ElevatedPressedContainerElevation, focusedElevation: Dp = AssistChipTokens.ElevatedFocusContainerElevation, hoveredElevation: Dp = AssistChipTokens.ElevatedHoverContainerElevation, draggedElevation: Dp = AssistChipTokens.DraggedContainerElevation, disabledElevation: Dp = AssistChipTokens.ElevatedDisabledContainerElevation): ChipElevation

Creates a ChipElevation that will animate between the provided values according to the Material specification for an elevated 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