ExpressiveSection
fun ExpressiveSection(title: String, modifier: Modifier = Modifier, titleColor: Color = MaterialTheme.colorScheme.primary, content: @Composable ColumnScope.() -> Unit)(source)
A styled section container for settings screens.