MultiAspectCarouselLazyRowSample
@OptIn(ExperimentalMaterial3Api::class)
@Preview
@Sampled
@Composable
fun MultiAspectCarouselLazyRowSample() {
data class CarouselItem(
val id: Int,Creates a multi-apsect carousel scope that includes all related methods for creating a multi-aspect carousel.
@OptIn(ExperimentalMaterial3Api::class)
@Preview
@Sampled
@Composable
fun MultiAspectCarouselLazyRowSample() {
data class CarouselItem(
val id: Int,Content updated: