Composable Function

rememberCarouselState

Creates a CarouselState that is remembered across compositions.

rememberCarouselState

Source set: Android

Added in 1.1.0-rc01

@ExperimentalTvMaterial3Api
@Composable
fun rememberCarouselState(initialActiveItemIndex: Int = 0): CarouselState

Creates a CarouselState that is remembered across compositions.

Changes to the provided initial values will not result in the state being recreated or changed in any way if it has already been created.

Parameters

initialActiveItemIndex the index of the first active item

Last updated: