FeatureFormTypography

data class FeatureFormTypography(val editableTextFieldTypography: EditableTextFieldTypography, val readOnlyFieldTypography: ReadOnlyFieldTypography, val groupElementTypography: GroupElementTypography, val radioButtonFieldTypography: RadioButtonFieldTypography, val attachmentsElementTypography: AttachmentsElementTypography)

A Typography system for the FeatureForm built on top of MaterialTheme. This can be used to style the text and labels of the form elements.

Any nested elements within a GroupFormElement will also use the same typography style specified as part of this class.

Use FeatureFormDefaults.typography to create a new instance with the default values.

Since

200.5.0

Constructors

Link copied to clipboard
constructor(editableTextFieldTypography: EditableTextFieldTypography, readOnlyFieldTypography: ReadOnlyFieldTypography, groupElementTypography: GroupElementTypography, radioButtonFieldTypography: RadioButtonFieldTypography, attachmentsElementTypography: AttachmentsElementTypography)

Properties

Link copied to clipboard

The typography to use for any Attachments elements.

Link copied to clipboard

The typography for the editable text field types.

Link copied to clipboard

The typography to use for any Group elements.

Link copied to clipboard

The typography to use for the radio button field types.

Link copied to clipboard

The typography for the read-only field types.