group Element Colors
fun groupElementColors(labelColor: Color = Color.Unspecified, supportingTextColor: Color = Color.Unspecified, outlineColor: Color = MaterialTheme.colorScheme.outline.copy(alpha = 0.6f), containerColor: Color = MaterialTheme.colorScheme.surfaceVariant, bodyColor: Color = MaterialTheme.colorScheme.background): GroupElementColors
Creates an instance of GroupElementColors with default values from MaterialTheme.
Since
200.5.0
Parameters
label Color
the color used for the label of this field.
supporting Text Color
the color used for the supporting text of this field.
outline Color
the color used for the outline of this field.