We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
//tvlib/org.mjdev.tvlib.ui.components.carousel/AutoScrollSideEffect
[androidJvm]\
@Composable
fun AutoScrollSideEffect(autoScrollDurationMillis: Long, itemCount: Int, carouselState: CarouselState, doAutoScroll: Boolean, onAutoScrollChange: (isAutoScrollActive: Boolean) -> Unit? = null)