outlinedCardColors
Creates a CardColors that represents the default container and content colors used in an OutlinedCard.
@Composable
Creates a CardColors that represents the default container and content colors used in an OutlinedCard.
Parameters
containerColor
the container color of this OutlinedCard when enabled.
contentColor
the content color of this OutlinedCard when enabled.
disabledContainerColor
the container color of this OutlinedCard when not enabled.
disabledContentColor
the content color of this OutlinedCard when not enabled.