Editable Text Field Typography
data class EditableTextFieldTypography(val labelStyle: TextStyle, val textStyle: TextStyle, val supportingTextStyle: TextStyle)
Typography used for FieldFormElements with input types TextBoxFormInput, TextAreaFormInput, DateTimePickerFormInput, SwitchFormInput and ComboBoxFormInput.
Use FeatureFormDefaults.editableTextFieldTypography to create a new instance with the default values.
Since
200.5.0