toggle menu
backpack-android
androidJvm
switch theme
search in API
backpack-compose
/
net.skyscanner.backpack.compose.imagegallery
/
BpkImageGalleryImageCategory
Bpk
Image
Gallery
Image
Category
data
class
BpkImageGalleryImageCategory
(
val
title
:
String
,
val
images
:
List
<
BpkImageGalleryImage
>
,
val
content
:
@
Composable
(
)
->
Unit
)
:
BpkImageGalleryCategories.Category
Members
Constructors
Bpk
Image
Gallery
Image
Category
Link copied to clipboard
constructor
(
title
:
String
,
images
:
List
<
BpkImageGalleryImage
>
,
content
:
@
Composable
(
)
->
Unit
)
Properties
content
Link copied to clipboard
val
content
:
@
Composable
(
)
->
Unit
images
Link copied to clipboard
open
override
val
images
:
List
<
BpkImageGalleryImage
>
title
Link copied to clipboard
open
override
val
title
:
String