BpkImageGalleryCarousel

fun BpkImageGalleryCarousel(state: BpkCarouselState, modifier: Modifier = Modifier, onImageClicked: (Int) -> Unit? = null, content: @Composable BoxScope.(Int) -> Unit)

Deprecated

Use BpkImageGalleryPreview instead

Replace with

import import net.skyscanner.backpack.compose.imagegallery.BpkImageGalleryPreview
import import net.skyscanner.backpack.compose.imagegallery.BpkImageGalleryPreviewType
BpkImageGalleryPreview