AppContinueWatchingCarousel

fun AppContinueWatchingCarousel(modifier: Modifier = Modifier, title: String, itemCount: Int, itemContent: @Composable (index: Int) -> Unit)

A specialized carousel for "Continue Watching" items.

Parameters

modifier

The Modifier to be applied to the carousel container.

title

The title of the carousel section.

itemCount

The number of items in the carousel.

itemContent

The composable content for each item.