typography

fun typography(editableTextFieldTypography: EditableTextFieldTypography = editableTextFieldTypography(), readOnlyFieldTypography: ReadOnlyFieldTypography = readOnlyFieldTypography(), groupElementTypography: GroupElementTypography = groupElementTypography(), radioButtonFieldTypography: RadioButtonFieldTypography = radioButtonFieldTypography(), attachmentsElementTypography: AttachmentsElementTypography = attachmentsElementTypography()): FeatureFormTypography

Creates a FeatureFormTypography with default values.

Since

200.5.0

Parameters

editableTextFieldTypography

The typography for the editable text field types.

readOnlyFieldTypography

The typography for the read-only field types.

groupElementTypography

The typography to use for any Group elements.

radioButtonFieldTypography

The typography to use for the radio button field types.

attachmentsElementTypography

The typography to use for any Attachments elements.