Backpack Android
Toggle table of contents
backpack-compose
Platform filter
backpack-compose
Switch theme
Search in API
Backpack Android
backpack-compose
/
net.skyscanner.backpack.compose.imagegallery
/
BpkImageGalleryPreviewHero
Bpk
Image
Gallery
Preview
Hero
@
Composable
fun
BpkImageGalleryPreviewHero
(
state
:
BpkCarouselState
,
modifier
:
Modifier
=
Modifier
,
onImageClicked
:
(
Int
)
->
Unit
?
=
null
,
content
:
@
Composable
BoxScope
.
(
Int
)
->
Unit
)