toggle menu
JchuComponents
androidJvm
switch theme
search in API
jchucomponents-ui
/
com.jeluchu.jchucomponents.ui.composables.cards
/
CategoryIcon
Category
Icon
@
Composable
fun
CategoryIcon
(
modifier
:
Modifier
=
Modifier
,
@
DrawableRes
icon
:
Int
,
categoryIconColors
:
CategoryIconColors
=
CategoryIconColors()
,
contentDescription
:
String
?
=
null
,
onClick
:
(
)
->
Unit
=
{}
)