Item
Card
Details
fun ItemCardDetails(modifier: Modifier = Modifier, expanded: MutableState<Boolean>, item: RefyItem, info: StringResource, extraInformation: @Composable () -> Unit? = null, descriptionLines: MutableState<Int>)
Container used to display a custom card with the details of a RefyItem
Parameters
modifier
The modifier to apply to the component
expanded
Whether the card is expanded
item
The item to display
info
The info header
extra Information
Extra content to display
description Lines
The number of the lines occupied by the link description