BpkImageGalleryImageCategory

Constructors

Link copied to clipboard
constructor(title: String, images: List<BpkImageGalleryImage>, content: @Composable () -> Unit)

Properties

Link copied to clipboard
val content: @Composable () -> Unit
Link copied to clipboard
open override val images: List<BpkImageGalleryImage>
Link copied to clipboard
open override val title: String