comicviewer
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
comicviewer
collection
/
com.sorrowblue.comicviewer.feature.collection.component
/
CollectionListCardItem
Collection
List
Card
Item
@
Composable
fun
CollectionListCardItem
(
collection
:
Collection
,
onClick
:
(
)
->
Unit
,
modifier
:
Modifier
=
Modifier
,
content
:
@
Composable
(
)
->
Unit
?
=
null
)