ExpandableContent

@Composable
fun ExpandableContent(isExpanded: Boolean, duration: Int? = null, content: @Composable () -> Unit)