Escalar Alcoia i Comtat
core
/
com.arnyminerz.escalaralcoiaicomtat.core.ui.element
/
CardWithIcon
Card
With
Icon
@
Composable
fun
CardWithIcon
(
icon
:
ImageVector
?
,
title
:
String
,
content
:
@
Composable
ColumnScope
.
(
)
->
Unit
,
modifier
:
Modifier
=
Modifier
,
contentDescription
:
String
=
title
,
colors
:
CardColors
=
CardDefaults.cardColors()
)