ChipColors
constructor(containerColor: Color, labelColor: Color, leadingIconContentColor: Color, trailingIconContentColor: Color, disabledContainerColor: Color, disabledLabelColor: Color, disabledLeadingIconContentColor: Color, disabledTrailingIconContentColor: Color)
create an instance with arbitrary colors, see AssistChipDefaults, InputChipDefaults, and SuggestionChipDefaults for the default colors used in the various Chip configurations.
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