groupElementTypography

fun groupElementTypography(labelStyle: TextStyle = MaterialTheme.typography.bodyMedium, supportingTextStyle: TextStyle = MaterialTheme.typography.bodySmall): GroupElementTypography

Creates an instance of GroupElementTypography with default values from MaterialTheme.

Since

200.5.0

Parameters

labelStyle

The style for the label of this field.

supportingTextStyle

The style for the supporting text of this field.