SectionHeader

@Composable
internal fun SectionHeader(label: String?, collapsible: Boolean, isExpanded: Boolean, onToggle: () -> Unit)