color Scheme
fun colorScheme(editableTextFieldColors: EditableTextFieldColors = editableTextFieldColors(), readOnlyFieldColors: ReadOnlyFieldColors = readOnlyFieldColors(), radioButtonFieldColors: RadioButtonFieldColors = radioButtonFieldColors(), groupElementColors: GroupElementColors = groupElementColors(), attachmentsElementColors: AttachmentsElementColors = attachmentsElementColors()): FeatureFormColorScheme
Creates a FeatureFormColorScheme with default values.
Since
200.5.0
Parameters
editable Text Field Colors
The color scheme for the editable text field types.
read Only Field Colors
The color scheme for the read-only field types.
radio Button Field Colors
The color scheme for the radio button field types.
group Element Colors
The color scheme to use for any Group elements.
attachments Element Colors
The color scheme to use for any Attachments elements.