colorScheme

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

editableTextFieldColors

The color scheme for the editable text field types.

readOnlyFieldColors

The color scheme for the read-only field types.

radioButtonFieldColors

The color scheme for the radio button field types.

groupElementColors

The color scheme to use for any Group elements.

attachmentsElementColors

The color scheme to use for any Attachments elements.