Read Only Field Typography
data class ReadOnlyFieldTypography(val labelStyle: TextStyle, val textStyle: TextStyle, val supportingTextStyle: TextStyle)
Typography used for a FieldFormElement with any input type. If the FieldFormElement.isEditable is false, it is rendered as a read-only field with colors specified by this class.
Use FeatureFormDefaults.readOnlyFieldTypography to create a new instance with the default values.
Since
200.5.0