MultiAspectCarouselRowSample
@OptIn(ExperimentalMaterial3Api::class)
@Preview
@Sampled
@Composable
fun MultiAspectCarouselRowSample() {
data class CarouselItem(
val id: Int,Add a parallax effect to an item by clipping and translating the item as it enters and exits a scrollable viewport.
@OptIn(ExperimentalMaterial3Api::class)
@Preview
@Sampled
@Composable
fun MultiAspectCarouselRowSample() {
data class CarouselItem(
val id: Int,Content updated: