FloatingItemContainer
fun FloatingItemContainer(modifier: Modifier = Modifier, showChevron: Boolean = false, content: @Composable () -> Unit)
A generic container that applies the standard list item styling (background, width, padding).
Use this if you need to place a custom composable inside an FloatingItemList.
Parameters
modifier
a Modifier.
showChevron
whether to show a right chevron icon on the right side.
content
the custom composable to display inside the standard item styling.