radio Button Field Typography
fun radioButtonFieldTypography(labelStyle: TextStyle = MaterialTheme.typography.bodyMedium, optionStyle: TextStyle = MaterialTheme.typography.bodyLarge, supportingTextStyle: TextStyle = MaterialTheme.typography.bodySmall): RadioButtonFieldTypography
Creates an instance of RadioButtonFieldTypography with default values from MaterialTheme.
Since
200.5.0
Parameters
label Style
The style for the label of this field.
option Style
The style for the text of a RadioButton.
supporting Text Style
The style for the supporting text of this field.