backpack-android
Toggle table of contents
androidJvm
Platform filter
androidJvm
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
)