CardColors

constructor(containerColor: Color, contentColor: Color, disabledContainerColor: Color, disabledContentColor: Color)

create an instance with arbitrary colors.

Parameters

containerColor

the container color of this Card when enabled.

contentColor

the content color of this Card when enabled.

disabledContainerColor

the container color of this Card when not enabled.

disabledContentColor

the content color of this Card when not enabled.