RevealBuilder

Functions

Link copied to clipboard
abstract fun item(index: Int? = null, enterTransition: () -> EnterTransition = { fadeIn() }, exitTransition: () -> ExitTransition = { fadeOut() }, content: @Composable AnimatedVisibilityScope.() -> Unit)

Items are applied in call order, but are revealed based on their index, which defaults to the item count.