FloatingItemContainer
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.
content
the custom composable to display inside the standard item styling.