App Continue Watching Carousel
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.
item Count
The number of items in the carousel.
item Content
The composable content for each item.