BpkImageGalleryImage
data class BpkImageGalleryImage(val title: String, val description: String? = null, val credit: String? = null, val content: @Composable (contentDescription: String, contentScale: ContentScale) -> Unit)
Constructors
Link copied to clipboard
constructor(title: String, description: String? = null, credit: String? = null, content: @Composable (contentDescription: String, contentScale: ContentScale) -> Unit)