read Only Field Typography
fun readOnlyFieldTypography(labelStyle: TextStyle = MaterialTheme.typography.bodyMedium, textStyle: TextStyle = MaterialTheme.typography.bodyLarge, supportingTextStyle: TextStyle = MaterialTheme.typography.bodySmall): ReadOnlyFieldTypography
Creates an instance of ReadOnlyFieldTypography with default values from MaterialTheme.
Since
200.5.0
Parameters
label Style
The style for the label of this field.
text Style
The style for the text of this field.
supporting Text Style
The style for the supporting text of this field.