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