SettingsSection

@Composable
fun ReversiScope.SettingsSection(title: String, modifier: Modifier = Modifier, content: @Composable ColumnScope.() -> Unit)

Section header composable for organizing settings into logical groups. Displays a title and divider line with the section content below.

Parameters

title

The section title/header.

modifier

Optional modifier for the section.

content

Lambda for the section's content composables.