toggle menu
backpack-android
androidJvm
switch theme
search in API
backpack-compose
/
net.skyscanner.backpack.compose.imagegallery
/
BpkImageGalleryCarousel
Bpk
Image
Gallery
Carousel
@
Composable
fun
BpkImageGalleryCarousel
(
state
:
BpkCarouselState
,
modifier
:
Modifier
=
Modifier
,
onImageClicked
:
(
Int
)
->
Unit
?
=
null
,
content
:
@
Composable
BoxScope
.
(
Int
)
->
Unit
)