JchuExpandableDescriptionGallery
fun JchuExpandableDescriptionGallery(description: String?, images: List<String>, modifier: Modifier = Modifier, shape: Shape = RoundedCornerShape(10.dp), config: JchuExpandableDescriptionConfig = JchuExpandableDescriptionConfig(), title: String = "Description", colors: JchuExpandableDescriptionColors = JchuExpandableDescriptionColors.default(), onExpandedChange: (Boolean) -> Unit? = null, onImageClick: (String, Int) -> Unit? = null)