Editable Text Field Colors
Colors used for FieldFormElements with input types TextBoxFormInput, TextAreaFormInput, DateTimePickerFormInput, SwitchFormInput and ComboBoxFormInput.
Since the FeatureForm uses an OutlinedTextField, the default values are borrowed from OutlinedTextFieldDefaults.colors.
Note that this does not provide disabled colors, since read-only fields are rendered using ReadOnlyFieldColors.
Use FeatureFormDefaults.editableTextFieldColors to create a new instance with the default values.
Since
200.5.0
Properties
the cursor color for this text field
the container color for this text field when in error state
the cursor color for this text field when in error state
the label color for this text field when in error state
the leading icon color for this text field when in error state
the placeholder color for this text field when in error state
the prefix color for this text field when in error state
the suffix color for this text field when in error state
the supporting text color for this text field when in error state
the color used for the input text of this text field when in error state
the trailing icon color for this text field when in error state
the container color for this text field when focused
the label color for this text field when focused
the leading icon color for this text field when focused
the placeholder color for this text field when focused
the prefix color for this text field when focused
the suffix color for this text field when focused
the supporting text color for this text field when focused
the color used for the input text of this text field when focused
the trailing icon color for this text field when focused
the colors used when the input text of this text field is selected
the container color for this text field when not focused
the label color for this text field when not focused
the leading icon color for this text field when not focused
the placeholder color for this text field when not focused
the prefix color for this text field when not focused
the suffix color for this text field when not focused
the supporting text color for this text field when not focused
the color used for the input text of this text field when not focused
the trailing icon color for this text field when not focused