Compose Preview Lab
Toggle table of contents
0.1.0-dev09
common
Target filter
common
Switch theme
Search in API
Skip to content
Compose Preview Lab
ui
/
me.tbsten.compose.preview.lab.ui.components.card
/
CardColors
Card
Colors
@
Immutable
data
class
CardColors
(
containerColor
:
Color
,
contentColor
:
Color
,
disabledContainerColor
:
Color
,
disabledContentColor
:
Color
)
Members
Constructors
Card
Colors
Link copied to clipboard
constructor
(
containerColor
:
Color
,
contentColor
:
Color
,
disabledContainerColor
:
Color
,
disabledContentColor
:
Color
)
Functions
container
Color
Link copied to clipboard
@
Composable
fun
containerColor
(
enabled
:
Boolean
)
:
State
<
Color
>
content
Color
Link copied to clipboard
@
Composable
fun
contentColor
(
enabled
:
Boolean
)
:
State
<
Color
>