groupElementColors
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
labelColor
the color used for the label of this field.
supportingTextColor
the color used for the supporting text of this field.
outlineColor
the color used for the outline of this field.