FloatingItemContainer

fun FloatingItemContainer(modifier: Modifier = Modifier, 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
content

the custom composable to display inside the standard item styling.