ListItemColors
Represents the container and content colors used in a list item in different states.
Properties
Link copied to clipboard
for background shape color
Link copied to clipboard
headline content color, usually is for text color
Link copied to clipboard
leading content color, such as icon & text color
Link copied to clipboard
supporting content color, usually is for text color
Link copied to clipboard
trailing content color, such as icon & text color
Functions
Link copied to clipboard
fun copy(backgroundColor: Color = this.backgroundColor, leadingColor: Color = this.leadingColor, headlineColor: Color = this.headlineColor, supportingColor: Color = this.supportingColor, trailingColor: Color = this.trailingColor): ListItemColors
copy a new instance