elevatedAssistChipColors
Creates a ChipColors that represents the default container, label, and icon colors used in an elevated AssistChip.
@Composable
Creates a ChipColors that represents the default container, label, and icon colors used in an elevated AssistChip.
Parameters
containerColor
the container color of this chip when enabled
labelColor
the label color of this chip when enabled
leadingIconContentColor
the color of this chip's start icon when enabled
trailingIconContentColor
the color of this chip's end icon when enabled
disabledContainerColor
the container color of this chip when not enabled
disabledLabelColor
the label color of this chip when not enabled
disabledLeadingIconContentColor
the color of this chip's start icon when not enabled
disabledTrailingIconContentColor
the color of this chip's end icon when not enabled